修复报错
This commit is contained in:
+4
-1
@@ -4,7 +4,10 @@ import store from '@/store'
|
||||
import { router } from '@/router'
|
||||
|
||||
const http = axios.create({
|
||||
timeout: 10000
|
||||
timeout: 10000,
|
||||
paramsSerializer: {
|
||||
indexes: null
|
||||
}
|
||||
})
|
||||
|
||||
// 添加请求拦截器
|
||||
|
||||
Reference in New Issue
Block a user