From 2ec6b16c0211eee41a64e42412cdb23b09d9be06 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang <287285524@qq.com>
Date: Mon, 14 Nov 2022 09:13:34 +0800
Subject: [PATCH] console
---
src/router/index.js | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 0a5d1f7..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-09 15:12:13
+ * @LastEditTime: 2022-11-10 10:01:08
* @Description:
*/
import Vue from "vue";
@@ -25,7 +25,6 @@
// 全局前置守卫:页面跳转前拦截
router.beforeEach((to, from, next) => {
if(to.meta.isLogin){
-
next()
}else{
// 需要登录的页面
--
Gitblit v1.8.0