forked from nsjcy/frontEnd/nsjcy

LiuWenHaoU
2020-05-18 bd09ddbe5eae5e780393d37b72b4da6d4e92fdb8
SunshineIns/src/data/menu.js
@@ -85,28 +85,59 @@
  path: '/sweeping'
}, {
  id: 'activeManage',
  name: '法制活动',
  name: '法治活动',
  icon: active,
  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: 'topImage',
    name: '顶部图片设置',
    path: '/topImage'
  }]
},
{
  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: [{
@@ -116,7 +147,7 @@
  }, {
    id: 'newly',
    name: '新建问卷',
    path: '/questionnaire/newly'
    path: '/questionnaire/newly/new'
  }]
},
{
@@ -225,7 +256,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'
}];