guhongwei hace 4 años
padre
commit
d77a4e4731
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      .env
  2. 1 1
      vue.config.js

+ 1 - 1
.env

@@ -1,2 +1,2 @@
 VUE_APP_AXIOS_BASE_URL = ''
-VUE_APP_ROUTER="/achieve"
+VUE_APP_ROUTER="/liveAchieve"

+ 1 - 1
vue.config.js

@@ -3,7 +3,7 @@ const common = path.resolve(__dirname, '../common');
 module.exports = {
   publicPath: process.env.NODE_ENV === 'development' ? '/' : process.env.VUE_APP_ROUTER,
   // 打包文件
-  outputDir: 'achieve',
+  outputDir: 'liveAchieve',
   configureWebpack: config => {
     Object.assign(config, {
       // 开发生产共同配置