Sign in
guzijian
/
wvp-GB28181-pro
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
5a4859f05c1210b4c278622c635dd3c4d1d9b2ae
Authored by
648540858
2020-12-07 14:19:29 +0800
1 parent
42ebf24a
修复前端页面图标不显示的bug
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web_src/config/index.js
web_src/config/index.js
View file @
5a4859f
...
...
@@ -51,7 +51,7 @@ module.exports = {
51
51
// Paths
52
52
assetsRoot: path.resolve(__dirname, '../../src/main/resources/static/'),
53
53
assetsSubDirectory: '.',
54
- assetsPublicPath: '
.
/',
54
+ assetsPublicPath: '
/',
55
55
56
56
/**
57
57
* Source Maps
...
...