Browse Source

Merge branch 'pre' of http://git.dgtis.com/sunlupeng/pointsMall-admin

sunlupeng 1 year ago
parent
commit
c46b4eb7fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/utils.js

+ 1 - 1
build/utils.js

@@ -48,7 +48,7 @@ exports.cssLoaders = function (options) {
       return ExtractTextPlugin.extract({
         use: loaders,
         fallback: 'vue-style-loader',
-        // publicPath: '../../'
+        publicPath: '../../'
       })
     } else {
       return ['vue-style-loader'].concat(loaders)