Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
MeterSphere
Commits
9956d40a
Commit
9956d40a
authored
3 years ago
by
chenjianxing
Committed by
BugKing
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
fix: 测试计划报告导出为空
parent
fc854f36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/vue.config.js
+5
-5
frontend/vue.config.js
with
5 additions
and
5 deletions
+5
-5
frontend/vue.config.js
+
5
-
5
View file @
9956d40a
...
...
@@ -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
'
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment