fix(项目报告): 项目报告增加首页跳转

项目报告增加首页跳转
This commit is contained in:
song-tianyang 2022-10-26 13:53:21 +08:00 committed by 刘瑞斌
parent 365047e014
commit 8b41f79edd
1 changed files with 5 additions and 0 deletions

View File

@ -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",