king
2020-04-02 1e7aa4f0ff5e13c4a99ba511bb357a4cc63aa0c1
2020-04-02
3个文件已修改
5个文件已删除
26 ■■■■ 已修改文件
public/favicon.ico 补丁 | 查看 | 原始文档 | blame | 历史
public/hlogo.png 补丁 | 查看 | 原始文档 | blame | 历史
public/hxlogo.png 补丁 | 查看 | 原始文档 | blame | 历史
public/index.html 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/positec.png 补丁 | 查看 | 原始文档 | blame | 历史
public/robots.txt 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/sidemenu/config.js 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/sidemenu/index.jsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/favicon.ico
Binary files differ
public/hlogo.png
Binary files differ
public/hxlogo.png
Binary files differ
public/index.html
@@ -5,8 +5,6 @@
    <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>
public/positec.png
Binary files differ
public/robots.txt
File was deleted
src/components/sidemenu/config.js
@@ -52,6 +52,24 @@
      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',
src/components/sidemenu/index.jsx
@@ -173,6 +173,10 @@
  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),