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