Commit 9956d40a authored by chenjianxing's avatar chenjianxing Committed by BugKing
Browse files

fix: 测试计划报告导出为空

parent fc854f36
Showing with 5 additions and 5 deletions
+5 -5
......@@ -39,16 +39,16 @@ module.exports = {
template: "src/template/report/plan/share/share-plan-report.html",
filename: "share-plan-report.html",
},
planReport: {
entry: "src/template/report/plan/plan-report.js",
template: "src/template/report/plan/plan-report.html",
filename: "plan-report.html",
},
enterpriseReport: {
entry: "src/template/enterprise/share/share-enterprise-report.js",
template: "src/template/enterprise/share/share-enterprise-report.html",
filename: "share-enterprise-report.html",
},
planReport: { //这个配置要放最后,不然会导致测试计划导出报告没有将css和js引入html,原因没具体研究
entry: "src/template/report/plan/plan-report.js",
template: "src/template/report/plan/plan-report.html",
filename: "plan-report.html",
}
},
configureWebpack: {
devtool: 'source-map',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment