menuConfig.js 3.4 KB
export default [
  {
    title:'首页',
    key:'/home',
    icon:'home',
    isShow:true,
    children:[
      {
        title:'首页',
        key:'/home',
        isShow:true,
        
      }
    ]
  },
  // {
  //   title:'客户',
  //   key:'/home/customer',
  //   icon:'usergroup-add',
  //   children:[
  //     {
  //       title:'客户列表',
  //       key:'/home/customer/list'
  //     }
  //   ]
  // },
  // {
  //   title:'建议书',
  //   key:'/home/suggest',
  //   icon:'copy',
  //   children:[
  //     {
  //       title:'快速议书',
  //       key:'/home/suggest/fast'
  //     },
  //     {
  //       title:'建议书统计',
  //       key:'/home/suggest/count'
  //     },
  //     {
  //       title:'历史建议书',
  //       key:'/home/suggest/history'
  //     },
  //     {
  //       title:'轨迹跟踪',
  //       key:'/home/suggest/track'
  //     }
  //   ]
  // },
  // {
  //   title:'渠道',
  //   key:'/home/channel',
  //   icon:'global',
  //   children:[
  //     {
  //       title:'渠道管理',
  //       key:'/home/suggest/manage'
  //     }
  //   ]
  // },

  // {
  //   title:'产品',
  //   key:'/home/product',
  //   icon:'table',
  //   children:[
  //     {
  //       'title':'保险条款',
  //       key:'/home/product/clause'
  //     },
  //     {
  //       'title':'在售组合',
  //       key:'/home/product/onsellgroup'
  //     },
  //     {
  //       'title':'云服务品库',
  //       key:'/home/product/libray'
  //     },
  //     {
  //       'title':'组合产品推广',
  //       key:'/home/product/spread'
  //     },
  //     {
  //       'title':'费率设置',
  //       key:'/home/product/rateconfig'
  //     },
  //     {
  //       'title':'产品起停售',
  //       key:'/home/product/isOnsell'
  //     },
  //   ]
  // },
  {
    title:'组织管理',
    key:'/home/orgManage',
    icon:'fork',
    isShow:true,
    children:[
      {
        title:'用户管理',
        key:'/home/orgManage/user',
        isShow:true,
      },
      {
        title:'机构管理',
        key:'/home/orgManage/orgIndex'
      },
      {
        title:'组织人员',
        key:'/home/orgManage/person'
      },

    ]
  },
  {
    title:"权限管理",
    key:'/home/permission',
    icon:'idcard',
    children:[
      {
        title:'角色管理',
        key:'/home/permission/role'
      },
      {
        title:'客户端授权',
        key:'/home/permission/client/empower'
      },
      {
        title:'菜单管理',
        key:'/home/permission/menuManage/menu'
      },
    ]
  },
  {
    title:"系统管理",
    key:'/home/system',
    icon:'setting',
    children:[
      {
        title:'字典管理',
        key:'/home/system/dictManage/dict'
      },
    ]
  },
  {
    title: "系统监控",
    key: '/home/monitor',
    icon: 'windows',
    children: [
      {
        title: '访问日志',
        key: '/home/monitor/accesslog'
      },
      {
        title: '服务器监控',
        key: '/home/monitor/sevMonitor'
      },
      {
        title: '在线用户',
        key: '/home/monitor/onlineUser'
      },
      {
        title: '定时任务监控',
        key: '/home/monitor/TaskMonitor/scheduledTaskMonitor'
      }
    ]
  },
  {
    title: '消息推送',
    key: '/home/msgpush',
    icon: 'message',
    children: [
      {
        title: 'APP历史消息',
        key: '/home/msgpush/appMsgHistory'
      }
    ]
  }
]