From cf49fa32aad9c0089a3b48c4d0445528fb5cc445 Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期一, 30 九月 2024 12:55:52 +0800
Subject: [PATCH] Merge branch 'master' into release
---
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