From 5dfa4aae98c53f1f3d5f8b9fa5308f359bfea104 Mon Sep 17 00:00:00 2001 From: jazz <49930677+jxmanxk@users.noreply.github.com> Date: 星期五, 04 三月 2022 19:23:41 +0800 Subject: [PATCH] update_202203041923_短信中心列表,短信临时发送 --- src/layout/components/Sidebar/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue index 841b029..ca1c5f4 100644 --- a/src/layout/components/Sidebar/index.vue +++ b/src/layout/components/Sidebar/index.vue @@ -33,7 +33,8 @@ ]), routes() { let routes = this.$router.options.routes - routes = this.jun_filterAuth(routes, this.getAuthDataFN()) + routes = this.jun_filterAuth(routes, () => {}) + // routes = this.jun_filterAuth(routes, this.getAuthDataFN()) // console.log('this.getAuthDataFN()', this.getAuthDataFN()) // console.log('$router.options.routes', this.$router.options.routes) // console.log('routes', routes) -- Gitblit v1.8.0