From c1af28fffc0a890fbd06a9ea3217e9c73c32d9f4 Mon Sep 17 00:00:00 2001
From: lzhe <181968431@qq.com>
Date: 星期一, 01 四月 2024 00:05:04 +0800
Subject: [PATCH] Merge branch 'master' of http://www.beijingsoft.cn:9090/r/smart-web
---
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..7ba9ab5 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,8899)
isGetRouter = true;
}
beforeEach(to, from)
--
Gitblit v1.9.3