From 81cccc5498214ae8e0b54908a2e3066ca0bb7b5f Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Thu, 25 Sep 2025 09:45:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,