From f361d564b5a9fcc82ae66c29c8b5b8a63d8d4169 Mon Sep 17 00:00:00 2001 From: panyuyi Date: Mon, 24 Mar 2025 14:21:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index d012c6b..e816339 100644 --- a/vue.config.js +++ b/vue.config.js @@ -81,7 +81,8 @@ module.exports = { }, [process.env.VUE_APP_BASE_API]: { // target: "http://shuili.product.dev.com:30115/", - target: "http://192.168.2.107:18082/", + // target: "http://192.168.2.107:18082/", + target: "http://172.16.34.80:18082/", // target: 'http://172.16.32.62:18888/', // target: "http://172.16.34.27:18082", changeOrigin: true,