From 50c057d50f02931f3790bcfb7a0199aa0b643a6a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 16 十月 2019 18:01:02 +0800 Subject: [PATCH] login-size --- src/components/sidemenu/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sidemenu/index.jsx b/src/components/sidemenu/index.jsx index 00e1b63..500f3a9 100644 --- a/src/components/sidemenu/index.jsx +++ b/src/components/sidemenu/index.jsx @@ -50,8 +50,8 @@ child.type = 'CommonTable' } else if (child.LinkUrl === 'DataManage') { child.type = 'DataManage' - // } else if (child.LinkUrl === 'bda/rdt?pageno=rolemenus&MenuNo=RoleMenuM') { - // child.type = 'RoleManage' + } else if (child.LinkUrl === 'bda/rdt?pageno=rolemenus&MenuNo=RoleMenuM') { + child.type = 'RoleManage' } else if (child.LinkUrl.split('?')[0] === 'Main/Index' || child.LinkUrl.split('?')[0] === 'bda/rdt') { child.type = 'iframe' } -- Gitblit v1.8.0