From 3bad5b423d5c18b4a59a7f115337ea002c313743 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 13:42:34 +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 0995d6f..d275462 100644 --- a/src/config.js +++ b/src/config.js @@ -6,7 +6,8 @@ const config = { apiBaseUrl: 'http://192.168.5.102:48080', }, production: { - apiBaseUrl: 'http://36.103.199.218:48088', + apiBaseUrl: 'http://221.238.217.216:4162', + // apiBaseUrl: 'http://36.103.199.218:48088', } };