From 198a9047f9481e3bebe6d18d03bde4e167d916ec Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期一, 08 四月 2024 11:19:34 +0800
Subject: [PATCH] 1

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

diff --git a/src/router/index.js b/src/router/index.js
index f2a6ed3..d0735c0 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -81,6 +81,7 @@
 		if (to.matched.length == 0) {
 			router.push(to.fullPath);
 		}
+		console.log(menuRouter,router)
 		isGetRouter = true;
 	}
 	beforeEach(to, from)

--
Gitblit v1.9.3