From cb74707f3a8d61a884343c57e63f9cfdaf7434b1 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang <287285524@qq.com>
Date: Tue, 11 Oct 2022 17:44:19 +0800
Subject: [PATCH] this.isClickSend

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

diff --git a/src/router/index.js b/src/router/index.js
index 5db939f..0a5d1f7 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -1,8 +1,8 @@
 /*
  * @Author: 小明丶
  * @Date: 2019-08-19 15:23:17
- * @LastEditors: Please set LastEditors
- * @LastEditTime: 2021-10-28 17:34:08
+ * @LastEditors: zxq
+ * @LastEditTime: 2022-08-09 15:12:13
  * @Description:
  */
 import Vue from "vue";
@@ -30,10 +30,8 @@
     }else{
         // 需要登录的页面
         if(Store.state.sessionId){
-           
             next()
         }else{
-            
             next('/')
         }
     }

--
Gitblit v1.8.0