Преглед на файлове

fix dist打包路径名称

zhangyinghao преди 1 година
родител
ревизия
1673abe0fc
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      config/index.js

+ 2 - 2
config/index.js

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