Browse Source

fix 修改dist包名

zhangyinghao 1 năm trước cách đây
mục cha
commit
30941bc0f5
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      config/index.js

+ 2 - 2
config/index.js

@@ -47,10 +47,10 @@ module.exports = {
 
   build: {
     // Template for index.html
-    index: path.resolve(__dirname, '../dist/index.html'),
+    index: path.resolve(__dirname, '../auction-manage/index.html'),
 
     // Paths
-    assetsRoot: path.resolve(__dirname, '../dist'),
+    assetsRoot: path.resolve(__dirname, '../auction-manage'),
     assetsSubDirectory: 'static',
     assetsPublicPath: '/',