diff --git a/report-stat/frontend/vue.config.js b/report-stat/frontend/vue.config.js index 4624ddef01..75f68c3215 100644 --- a/report-stat/frontend/vue.config.js +++ b/report-stat/frontend/vue.config.js @@ -30,6 +30,11 @@ module.exports = { }, }, pages: { + index: { + entry: "src/main.js", + template: "public/index.html", + filename: "index.html" + }, shareEnterpriseReport: { entry: "src/template/enterprise/share/share-enterprise-report.js", template: "src/template/enterprise/share/share-enterprise-report.html",