超时设置文件名优化

This commit is contained in:
2026-07-18 20:42:26 +08:00
parent 521ad3b635
commit 1fd21ae128
3 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import axios from 'axios'
const api = axios.create({
baseURL: '/admin/api',
timeout: 10000,
timeout: 180000,
})
// 请求拦截器:自动添加 token