forked from nsjcy/frontEnd/nsjcy

liuwh
2020-05-09 62a240df3ff2f1bcddea834ccb15fccefc51ae26
SunshineIns/src/data/menu.js
@@ -90,23 +90,50 @@
  iconCheck: activeCheck,
  path: '/activeManage'
},
{
  id: 'careList',
  name: '社会关护管理',
  icon: active,
  iconCheck: activeCheck,
  path: '/careList'
  id: 'childManage',
  name: '智慧未检',
  icon: home,
  iconCheck: homeCheck,
  children: [{
    id: 'careList',
    name: '社会观护管理',
    path: '/careList'
  }, {
    id: 'underAgeList',
    name: '社会组织维护',
    path: '/underAgeList'
  }, {
    id: 'lawSubscribe',
    name: '普法预约',
    path: '/lawSubscribe'
  }]
},
{
  id: 'underAgeList',
  name: '涉未成年负责部门组织',
  id: 'keyWord',
  name: '关键词维护',
  icon: home,
  iconCheck: activeCheck,
  children: [{
    id: 'dxWords',
    name: '典型案例关键词',
    path: '/dxWords'
  }]
},
{
  id: 'noInspectionReportList',
  name: '举报管理',
  icon: active,
  iconCheck: activeCheck,
  path: '/underAgeList'
  path: '/noInspectionReportList'
},
{
  id: 'questionnaire',
  name: '问卷管理部分',
  name: '调查问卷管理',
  icon: msgManage,
  iconCheck: activeCheck,
  children: [{
@@ -225,7 +252,7 @@
  name: '系统管理',
  icon: sys,
  iconCheck: sysCheck,
  path: 'http://xnwj.gznsjc.gov.cn/nsjc-charge/base/home.html'
  path: 'http://nsjcy.hugeinfo.com.cn/nsjc-charge/base/home.html'
}];