地址
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
18631081161 2026-04-21 17:45:44 +08:00
parent ecd3a90dcd
commit f2d176b4d9

View File

@ -2,8 +2,8 @@ import { getStorage, removeStorage, TOKEN_KEY, LOCALE_KEY } from '../utils/stora
// 后端API基础地址
// MuMu模拟器需使用宿主机局域网IP生产环境替换为正式域名
export const BASE_URL = 'http://192.168.21.9:5082'
// export const BASE_URL = 'https://api.tty.shhmkjgs.cn'
// export const BASE_URL = 'http://192.168.21.9:5082'
export const BASE_URL = 'https://api.tty.shhmkjgs.cn'
/**
* 统一请求封装自动注入Token和语言请求头统一处理响应和错误