From 1300959ee072d893c2db9a799c90999513d81424 Mon Sep 17 00:00:00 2001 From: liuzhiyuan <> Date: Sat, 30 Aug 2025 13:11:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config.js b/src/config.js index 2d70fb4..51010d9 100644 --- a/src/config.js +++ b/src/config.js @@ -8,10 +8,10 @@ const config = { chatApiUrl: 'http://36.103.199.218:8093' }, production: { - apiBaseUrl: 'http://221.238.217.216:4160', - chatApiUrl: 'http://221.238.217.216:8093', - // apiBaseUrl: 'http://36.103.199.218:48089', - // chatApiUrl: 'http://36.103.199.218:8093', + // apiBaseUrl: 'http://221.238.217.216:4160', + // chatApiUrl: 'http://221.238.217.216:8093', + apiBaseUrl: 'http://36.103.199.218:48089', + chatApiUrl: 'http://36.103.199.218:8093', } };