Ver código fonte

修改build后的输出目录

zhengwei 4 anos atrás
pai
commit
1ee39d70a9
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/vue.config.js

+ 1 - 1
app/vue.config.js

@@ -20,5 +20,5 @@ module.exports = {
         }
       },
     // 输出文件目录
-    outputDir: 'D:/wwwroot/flyLongApp/build',
+    outputDir: 'D:/wwwroot/webApp/build',
 }