From 9956d40a571f0ad91bd2cf64ad1132f60081d060 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Fri, 24 Dec 2021 17:56:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E6=8A=A5=E5=91=8A=E5=AF=BC=E5=87=BA=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/vue.config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/vue.config.js b/frontend/vue.config.js index 53d9753834..c43d116967 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -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',