Browse Source

edit build path

zhengwei 4 years ago
parent
commit
9661b61f0e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      online/vue.config.js

+ 2 - 2
online/vue.config.js

@@ -13,7 +13,7 @@ module.exports = {
         }
         }
     },
     },
     // 输出文件目录
     // 输出文件目录
-    outputDir: 'D:\\wwwroot\\flyLongOnLineApp\\build',
-    // outputDir: 'D:\\wwwroot\\flyLong\\hbuild\\onlinebuild',
+    outputDir: '/Users/macbook/Working/vueBuild/flyLong/h5PhoneApp',
+    // outputDir: 'D:\\wwwroot\\flyLongOnLineApp\\build',
     publicPath: '',
     publicPath: '',
 }
 }