diff --git a/vue.config.js b/vue.config.js index 5be1efb..cd8911a 100644 --- a/vue.config.js +++ b/vue.config.js @@ -10,7 +10,7 @@ const serverHost = "http://192.168.1.32:8066";//波哥 // const serverHost = "http://127.0.0.1:8006" module.exports = { publicPath: "./", - outputDir: "xf", + outputDir: "ab", assetsDir: "static", lintOnSave: false, //process.env.NODE_ENV === 'development', productionSourceMap: false,