|
@@ -9,7 +9,7 @@ module.exports = {
|
|
|
|
|
|
|
|
|
assetsSubDirectory: 'static',
|
|
|
- assetsPublicPath: '/',
|
|
|
+ assetsPublicPath: './',
|
|
|
proxyTable: {
|
|
|
'/api-mall-admin': {
|
|
|
target: proxyUrl,
|
|
@@ -58,7 +58,7 @@ module.exports = {
|
|
|
|
|
|
assetsRoot: path.resolve(__dirname, '../dist'),
|
|
|
assetsSubDirectory: 'static',
|
|
|
- assetsPublicPath: '/',
|
|
|
+ assetsPublicPath: './',
|
|
|
|
|
|
|
|
|
* Source Maps
|