From 096190dfd5b6c0d3ff7ef0f95ea7885f85730f47 Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期一, 29 三月 2021 11:12:37 +0800 Subject: [PATCH] 废气点动态加载 --- src/utils/axios.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/utils/axios.js b/src/utils/axios.js index 69078ed..7f944e8 100644 --- a/src/utils/axios.js +++ b/src/utils/axios.js @@ -83,7 +83,7 @@ // 鍒涘缓axios瀹炰緥 const Service = axios.create({ - timeout: 1000, + timeout: 5000, baseURL: 'http://10.246.162.140:8080/' }) -- Gitblit v1.8.0