king
2020-07-03 aed1ff699140de60131bf9cc1332c98063c66721
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))
      })