Explorar el Código

修改build后的输出目录

zhengwei hace 4 años
padre
commit
1ee39d70a9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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',
 }