Explorar el Código

fix dist打包路径名称

zhangyinghao hace 2 años
padre
commit
1673abe0fc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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: './',