From 6b164baf77aceb3e4c79fbd67f89c2a670fc5141 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期一, 09 十二月 2024 10:20:33 +0800
Subject: [PATCH] 开机时间 错误文字修改
---
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 7ba9ab5..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,8899)
isGetRouter = true;
}
beforeEach(to, from)
--
Gitblit v1.9.3