From 134154715acc40a3e6ed6d76874411ea0ad319a2 Mon Sep 17 00:00:00 2001 From: wk Date: Wed, 31 Dec 2025 10:23:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=9B=B4=E6=8D=A2ip=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/index.js b/api/index.js index cab1196..5151b5f 100644 --- a/api/index.js +++ b/api/index.js @@ -4,7 +4,7 @@ */ // 基础URL配置(注意:末尾不要加斜杠) -const BASE_URL = 'https://siji.chenjuncn.top' +const BASE_URL = 'https://guangsh.manage.hschengtai.com' // 是否正在刷新token(防止并发刷新) let isRefreshing = false