src/components/sidemenu/index.jsx
@@ -174,7 +174,7 @@ enterManageView = (type) => { let menulist = SySMenuList[type] if (window.GLOB.systemType === 'official') { if (window.GLOB.systemType === 'production') { menulist.forEach(menu => { menu.children = menu.children.filter(item => item.systems && item.systems.includes(window.GLOB.systemType)) })