From cb21c08fea159f44935d88c39e3e64282fe70a35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=96=87=E5=8F=AF?= <1041367524@qq.com> Date: Thu, 28 Apr 2022 14:48:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=B3=BB=E7=BB=9F=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- src/views/system/notify/index.vue | 101 +++++++++++++++--------------- vite.config.js | 4 +- 3 files changed, 52 insertions(+), 55 deletions(-) diff --git a/.env b/.env index b0b3475..6aa2094 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ VITE_BASE_URL=/api -VITE_REQUEST_TIMEOUT=5000 +VITE_REQUEST_TIMEOUT=10000 diff --git a/src/views/system/notify/index.vue b/src/views/system/notify/index.vue index 05dcc84..cdd9986 100644 --- a/src/views/system/notify/index.vue +++ b/src/views/system/notify/index.vue @@ -1,53 +1,55 @@