From dbf7d0715bfedf8267844f96c43d4cdd857793a6 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Mon, 16 May 2022 11:12:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=AF=BC=E5=87=BA=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/ajax.js b/src/js/ajax.js index 3c19cb31..d4b4a7cc 100644 --- a/src/js/ajax.js +++ b/src/js/ajax.js @@ -11,7 +11,7 @@ import Vue from "vue"; import { Loading } from "element-ui"; //引入Loading服务 // 默认超时时间60s -axios.defaults.timeout = 60000; +axios.defaults.timeout = 1000*60*20; let timer; let loading;