修复前端页面图标不显示的bug
parent
42ebf24ad4
commit
5a4859f05c
|
@ -51,7 +51,7 @@ module.exports = {
|
||||||
// Paths
|
// Paths
|
||||||
assetsRoot: path.resolve(__dirname, '../../src/main/resources/static/'),
|
assetsRoot: path.resolve(__dirname, '../../src/main/resources/static/'),
|
||||||
assetsSubDirectory: '.',
|
assetsSubDirectory: '.',
|
||||||
assetsPublicPath: './',
|
assetsPublicPath: '/',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Source Maps
|
* Source Maps
|
||||||
|
|
Loading…
Reference in New Issue