From 8b41f79edd289ed1d25d12a0e89f98c1d8fa8169 Mon Sep 17 00:00:00 2001 From: song-tianyang Date: Wed, 26 Oct 2022 13:53:21 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E9=A1=B9=E7=9B=AE=E6=8A=A5=E5=91=8A):=20?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=8A=A5=E5=91=8A=E5=A2=9E=E5=8A=A0=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 项目报告增加首页跳转 --- report-stat/frontend/vue.config.js | 5 +++++ 1 file changed, 5 insertions(+) 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",