chore[litemall-vue, litemall-admin]: 采用相对路径
This commit is contained in:
@@ -60,7 +60,7 @@ module.exports = {
|
||||
* then assetsPublicPath should be set to "/bar/".
|
||||
* In most cases please use '/' !!!
|
||||
*/
|
||||
assetsPublicPath: '/',
|
||||
assetsPublicPath: './',
|
||||
|
||||
/**
|
||||
* Source Maps
|
||||
|
||||
@@ -5,6 +5,7 @@ function resolve(dir = '') {
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
publicPath: './',
|
||||
outputDir: 'dist',
|
||||
assetsDir: 'static',
|
||||
productionSourceMap: false,
|
||||
|
||||
Reference in New Issue
Block a user