From e34b2bbdae67d42b69ebc12085f47bff89df2320 Mon Sep 17 00:00:00 2001 From: jy <1052480693@qq.com> Date: Thu, 5 Jun 2025 09:16:27 +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 16e9cda..61e5644 100644 --- a/vue.config.js +++ b/vue.config.js @@ -4,7 +4,7 @@ function resolve(dir) { return path.join(__dirname, dir); } -const serverHost = "http://172.20.19.62:8006" +const serverHost = "http://192.168.31.232:8006" module.exports = { publicPath: "./", outputDir: "ylth",