修改默认登录账户

This commit is contained in:
WUSIJIAN
2025-12-04 16:48:20 +08:00
parent ac87fae81c
commit c00342ae09
2 changed files with 167 additions and 188 deletions

View File

@@ -21,6 +21,7 @@ const service: AxiosInstance = axios.create({
// 配置新建第二个 axios 实例(新功能服务)
const newService: AxiosInstance = axios.create({
baseURL: 'http://192.168.3.95:8000/',
// baseURL: 'http://192.168.3.49:8000/',
timeout: 50000,
headers: { 'Content-Type': 'application/json' },
paramsSerializer: {