diff --git a/resources/frontend/src/util/http.js b/resources/frontend/src/util/http.js index 566f856..6377101 100644 --- a/resources/frontend/src/util/http.js +++ b/resources/frontend/src/util/http.js @@ -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(