From 848159a6185665f4e1dd11799a2f4f34d7ebdf11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Czhuzihan=E2=80=9D=E2=80=83?= <“772644120@qq.com”> Date: Fri, 15 Aug 2025 16:34:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E6=9C=8D=E5=8A=A1=E5=99=A8=E8=BF=81?= =?UTF-8?q?=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index 5090474..5a0c80c 100644 --- a/src/config.js +++ b/src/config.js @@ -6,7 +6,8 @@ const config = { apiBaseUrl: 'http://192.168.5.49:48080', }, production: { - apiBaseUrl: 'http://36.103.199.218:48089', + apiBaseUrl: 'http://221.238.217.216:4160', + // apiBaseUrl: 'http://36.103.199.218:48089', } };