Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
anji-plus-report
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
wangtao
2022-06-23 17:49:41 +0800
Commit
1ff2e8b2b03838b1a281483ec7e4da6719e187ba
1 parent
1d757f3f
前端打包路径设置为/report-core/src/main/resources/static/
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
report-ui/config/index.js
report-ui/config/index.js
View file @
1ff2e8b
...
...
@@ -47,7 +47,7 @@ module.exports = {
index
:
path
.
resolve
(
__dirname
,
'../dist/index.html'
),
// Paths
assetsRoot
:
path
.
resolve
(
__dirname
,
'../
dist
'
),
assetsRoot
:
path
.
resolve
(
__dirname
,
'../
../report-core/src/main/resources/static/
'
),
assetsSubDirectory
:
'static'
,
/**
...
...
Please
register
or
login
to post a comment