fix:更换ip地址

cz_dev
wk 2025-12-31 10:23:24 +08:00
parent 33a32482d0
commit 134154715a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*/
// 基础URL配置注意末尾不要加斜杠
const BASE_URL = 'https://siji.chenjuncn.top'
const BASE_URL = 'https://guangsh.manage.hschengtai.com'
// 是否正在刷新token防止并发刷新
let isRefreshing = false