feat: #10000 接口请求超时时间修改
This commit is contained in:
parent
39b1022c93
commit
f7ecd6fb90
2
resources/frontend/src/util/http.js
vendored
2
resources/frontend/src/util/http.js
vendored
@ -4,7 +4,7 @@ import NProgress from "nprogress";
|
||||
import "nprogress/nprogress.css";
|
||||
import { Message } from "element-ui";
|
||||
var instance = axios.create({
|
||||
timeout: 30000,
|
||||
timeout: 120000,
|
||||
});
|
||||
|
||||
instance.interceptors.request.use(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user