king
2022-05-10 79715f2d5d7342063f5395c1e39af3a02ce04df7
src/utils/option.js
@@ -66,6 +66,13 @@
    isSubtable: true
  },
  {
    title: '自定义',
    type: 'CustomPage',
    url: customImg,
    baseconfig: '',
    isSystem: true
  },
  {
    title: '树形页面',
    type: 'TreePage',
    url: treepage,
@@ -80,13 +87,6 @@
    isSystem: true
  },
  {
    title: '自定义',
    type: 'CustomPage',
    url: customImg,
    baseconfig: '',
    isSystem: true
  },
  {
    title: '外部页面',
    type: 'NewPage',
    url: customImg,
@@ -97,8 +97,7 @@
    title: '角色权限分配',
    type: 'RolePermission',
    url: rolemanage,
    isSystem: true,
    hidden: true
    isSystem: true
  }
]