From 9e007f676d0e55c4bf0cc2a78bc7dc96be188d50 Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期四, 14 十二月 2023 19:45:52 +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 b41fc78..3115976 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -136,7 +136,6 @@ } } router.beforeEach(async (to, from, next) => { - console.log(to,from,"鐪嬬湅") try { const result = await hasPermission(to.path); console.log(result,"result") -- Gitblit v1.8.0