From 1f59cedbb0544b3406ca896961c8e5be5232fbd2 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期五, 31 十二月 2021 10:04:22 +0800
Subject: [PATCH] 修复登录失效后多次请求提示多次弹窗问题

---
 src/router/index.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 7bd960b..a99b3a5 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -57,7 +57,7 @@
   {
     path: '',
     component: Layout,
-    redirect: 'index',
+    redirect: '/index',
     children: [
       {
         path: '/index',
@@ -160,4 +160,4 @@
   },
 });
 
-export default router;
\ No newline at end of file
+export default router;

--
Gitblit v1.9.3