From 6957663a747345208b38c3998f819ea625a664fa Mon Sep 17 00:00:00 2001 From: yaojn Date: Mon, 22 Jan 2024 14:14:11 +0800 Subject: [PATCH 1/2] =?UTF-8?q?-=20[=E4=BF=AE=E5=A4=8D]=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E7=BB=99=E7=94=A8=E6=88=B7=E6=8E=88=E6=9D=83=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=20=20=20-=20[=E5=85=B3=E8=81=94]#[1073326858?= =?UTF-8?q?928128]=E5=89=8D=E7=AB=AF=E7=BB=99=E7=94=A8=E6=88=B7=E6=8E=88?= =?UTF-8?q?=E6=9D=83=E6=95=B0=E6=8D=AE=E5=BC=82=E5=B8=B8=20http://192.168.?= =?UTF-8?q?0.96:8090/demo/rdm.html#/bug-detail/939050947543040/93905094754?= =?UTF-8?q?3057/1073326858928128?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/resources/store/modules/topMenu.js | 1 + .../pages/framework/users/auth-manage.vue | 18 ++++++++++-------- src/views/pages/knowledge/knowledge.js | 14 ++------------ 3 files changed, 13 insertions(+), 20 deletions(-) diff --git a/src/resources/store/modules/topMenu.js b/src/resources/store/modules/topMenu.js index f57cb555..3d29891f 100644 --- a/src/resources/store/modules/topMenu.js +++ b/src/resources/store/modules/topMenu.js @@ -43,6 +43,7 @@ const actions = { const menuConfigList = getAllMenuTypeList(); let moduleList = []; let userAuthList = []; + console.log('topmenujs'); state.gettingModuleList = menuApi.getModuleList(); const res = await state.gettingModuleList; let showModuleList = null; //可以显示的模块,如果不是单独命令行的就默认null全部需要展示,如果有单独配置的获取配置 diff --git a/src/views/pages/framework/users/auth-manage.vue b/src/views/pages/framework/users/auth-manage.vue index e68215e7..b65ec7cc 100644 --- a/src/views/pages/framework/users/auth-manage.vue +++ b/src/views/pages/framework/users/auth-manage.vue @@ -4,13 +4,15 @@