更改访问

This commit is contained in:
WUSIJIAN
2025-11-28 18:03:52 +08:00
parent 4c2fb2a189
commit 4128cd8c7b
4 changed files with 6 additions and 15 deletions

View File

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