소스 검색

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

sunlupeng 1 년 전
부모
커밋
c46b4eb7fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)