From f39fb3a2d0c2d66f1a8af4f6a253afc34c254e7d Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期日, 28 四月 2024 23:58:36 +0800
Subject: [PATCH] update
---
src/router/index.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index d0735c0..f2a6ed3 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -81,7 +81,6 @@
if (to.matched.length == 0) {
router.push(to.fullPath);
}
- console.log(menuRouter,router)
isGetRouter = true;
}
beforeEach(to, from)
--
Gitblit v1.9.3