Commit efec55ef by zhuzhequan

feat:接口请求超时时间改为半小时

parent bc821f68
......@@ -4,7 +4,7 @@ import { showError } from '@/utils/ui.ts'
const axios = Axios.create({
baseURL: import.meta.env.VITE_API_BASE,
timeout: 300000, //凯哥让改的超时时间
timeout: 30 * 60 * 1000, //半小时
})
const TOKEN_KEY = 'token'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment