Commit 7e190049 authored by 邓超's avatar 邓超

fix: 去掉手持角色限制

parent b1c444d0
Pipeline #57876 passed with stages
...@@ -252,7 +252,6 @@ const SiteManage = () => { ...@@ -252,7 +252,6 @@ const SiteManage = () => {
return ( return (
item.visibleTitle !== '其它角色' && item.visibleTitle !== '其它角色' &&
item.visibleTitle !== '运维管理' && item.visibleTitle !== '运维管理' &&
item.visibleTitle !== '手持系统' &&
item.visibleTitle !== '小程序' item.visibleTitle !== '小程序'
); );
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment