forked from nsjcy/frontEnd/nsjcy

1
liuwh
2020-02-26 b321fc6111c6483e3b2e501620d2e7ffc6a22f15
SunshineIns/src/data/menu.js
@@ -85,11 +85,60 @@
  path: '/sweeping'
}, {
  id: 'activeManage',
  name: '活动管理',
  name: '法制活动',
  icon: active,
  iconCheck: activeCheck,
  path: '/activeManage'
}, {
},
{
  id: 'careList',
  name: '社会关护管理',
  icon: active,
  iconCheck: activeCheck,
  path: '/careList'
},
{
  id: 'underAgeList',
  name: '涉未成年负责部门组织',
  icon: active,
  iconCheck: activeCheck,
  path: '/underAgeList'
},
{
  id: 'questionnaire',
  name: '问卷管理部分',
  icon: msgManage,
  iconCheck: activeCheck,
  children: [{
    id: 'newlyList',
    name: '问卷管理',
    path: '/questionnaire/newlyList'
  }, {
    id: 'newly',
    name: '新建问卷',
    path: '/questionnaire/newly'
  }]
},
{
  id: 'entry',
  name: '入职查询',
  icon: msgManage,
  iconCheck: activeCheck,
  children: [{
    id: 'applyFor',
    name: '入职申请',
    path: '/entry/applyFor'
  }, {
    id: 'examine',
    name: '检察院审核',
    path: '/entry/examine'
  }, {
    id: 'policeSecurity',
    name: '公安审核',
    path: '/entry/policeSecurity'
  }]
},
{
  id: 'msgManage',
  name: '消息管理',
  icon: msgManage,