修改状态字段

This commit is contained in:
WUSIJIAN
2025-12-02 16:21:00 +08:00
parent 2d203c7b61
commit 4634a13692
3 changed files with 100 additions and 9 deletions

View File

@@ -18,7 +18,8 @@ const service: AxiosInstance = axios.create({
// 配置新建第二个 axios 实例(新功能服务)
const newService: AxiosInstance = axios.create({
baseURL: 'http://192.168.3.95:8000/', // 新后端地址
// baseURL: 'http://192.168.3.95:8000/', // 新后端地址
baseURL: 'http://192.168.3.49:8000/', // 后端地址
timeout: 50000, // 50秒超时
headers: { 'Content-Type': 'application/json' }, // 默认JSON格式
paramsSerializer: {