| | |
| | | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| | | <meta name="theme-color" content="#000000" /> |
| | | <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
| | | <!-- <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" /> |
| | | <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" /> --> |
| | | <script src="%PUBLIC_URL%/options.js"></script> |
| | | <title></title> |
| | | </head> |
| | |
| | | MenuNo: 'sPrintTemplateM', |
| | | MenuName: '打印模板', |
| | | text: '打印模板' |
| | | }, { |
| | | src: '', |
| | | systems: ['SSO', 'cloud'], |
| | | PageParam: {OpenType: 'newtab', Template: 'ManageTable'}, |
| | | type: 'ManageTable', |
| | | MenuID: '1585192949946f3et2ts8tn82krmumdf', |
| | | MenuNo: 'MyAppManage', |
| | | MenuName: '应用管理', |
| | | text: '应用管理' |
| | | }, { |
| | | src: '', |
| | | systems: ['SSO', 'cloud'], |
| | | PageParam: {OpenType: 'newtab', Template: 'ManageTable'}, |
| | | type: 'ManageTable', |
| | | MenuID: '15855615451212m12ip23vpcm79kloro', |
| | | MenuNo: 'sUsersAppM', |
| | | MenuName: '系统用户管理', |
| | | text: '系统用户管理' |
| | | }] |
| | | }, { |
| | | MenuID: 'systemManageViewInterface', |
| | |
| | | enterManageView = (type) => { |
| | | let menulist = SySMenuList[type] |
| | | |
| | | menulist.forEach(menu => { |
| | | menu.children = menu.children.filter(item => !item.systems || item.systems.includes(options.systemType)) |
| | | }) |
| | | |
| | | this.setState({ |
| | | subMenulist: menulist, |
| | | rootSubmenuKeys: menulist.map(item => item.MenuID), |