From b28a825dd4dee120f70398308c04cf97fa0688d8 Mon Sep 17 00:00:00 2001 From: lzhe <181968431@qq.com> Date: 星期一, 01 四月 2024 23:35:53 +0800 Subject: [PATCH] 1 --- src/router/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 7ba9ab5..d0735c0 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -81,7 +81,7 @@ if (to.matched.length == 0) { router.push(to.fullPath); } - console.log(menuRouter,router,8899) + console.log(menuRouter,router) isGetRouter = true; } beforeEach(to, from) -- Gitblit v1.9.3