From 96cd6c4657ac4d5e175a58bb92da7302e435b066 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang <287285524@qq.com>
Date: Mon, 14 Nov 2022 09:15:05 +0800
Subject: [PATCH] v-console

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

diff --git a/src/router/index.js b/src/router/index.js
index a70173f..7b3bc3a 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -2,7 +2,7 @@
  * @Author: 小明丶
  * @Date: 2019-08-19 15:23:17
  * @LastEditors: zxq
- * @LastEditTime: 2022-08-02 17:27:35
+ * @LastEditTime: 2022-11-10 10:01:08
  * @Description:
  */
 import Vue from "vue";
@@ -31,8 +31,7 @@
         if(Store.state.sessionId){
             next()
         }else{
-            
-            next('/login')
+            next('/')
         }
     }
 })

--
Gitblit v1.8.0