修复报错

This commit is contained in:
2026-03-21 02:38:04 +08:00
parent a0e49ceda6
commit 4bad97a81d
7 changed files with 33 additions and 35 deletions
+4 -1
View File
@@ -4,7 +4,10 @@ import store from '@/store'
import { router } from '@/router'
const http = axios.create({
timeout: 10000
timeout: 10000,
paramsSerializer: {
indexes: null
}
})
// 添加请求拦截器