From f7ecd6fb9091c45118db6e44dac11ebf957d4e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=B8=96=E7=95=8C?= <642747453@qq.com> Date: Tue, 1 Nov 2022 09:55:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20#10000=20=E6=8E=A5=E5=8F=A3=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/frontend/src/util/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(