From 931169f5d825078a39397db7e7a41b33c634cbc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E5=B5=A9?= Date: Mon, 17 Jul 2023 20:45:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=A6=E6=88=AA=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 9f473df6b..de550171a 100644 --- a/src/main.js +++ b/src/main.js @@ -81,7 +81,7 @@ router.beforeEach(function (to, from, next) { setTimeout(() => { loading.close() loading = null - }, 1000) + }, 3000) } let fromName = from.name if(fromName === undefined || fromName === null){