Commit 5a4859f05c1210b4c278622c635dd3c4d1d9b2ae

Authored by 648540858
1 parent 42ebf24a

修复前端页面图标不显示的bug

Showing 1 changed file with 1 additions and 1 deletions
web_src/config/index.js
... ... @@ -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
... ...