接口超时调整 #86

Merged
hhlxayunmei merged 1 commits from hhl into dev 2023-10-15 15:30:32 +00:00
+2 -1
View File
@@ -17,7 +17,8 @@ const service = axios.create({
// axios中请求配置有baseURL选项,表示请求URL公共部分
baseURL: process.env.VUE_APP_BASE_API,
// 超时
timeout: 10000
// timeout: 10000
timeout: 15000
})
// request拦截器