From d99603fa4c5188d19991de978c185b2b9247c5af Mon Sep 17 00:00:00 2001
From: xuxj <hugeinfo123>
Date: Sat, 09 May 2020 09:22:02 +0800
Subject: [PATCH] Merge branch 'master' of http://git.hugeinfo.com.cn/r/nsjcy/frontEnd/nsjcy

---
 SunshineIns/src/data/menu.js |   48 +++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 41 insertions(+), 7 deletions(-)

diff --git a/SunshineIns/src/data/menu.js b/SunshineIns/src/data/menu.js
index ca9c0e9..8b44f77 100644
--- a/SunshineIns/src/data/menu.js
+++ b/SunshineIns/src/data/menu.js
@@ -85,21 +85,55 @@
   path: '/sweeping'
 }, {
   id: 'activeManage',
-  name: '活动管理',
+  name: '法治活动',
   icon: active,
   iconCheck: activeCheck,
   path: '/activeManage'
 },
+
 {
-  id: 'careList',
-  name: '社会关护管理',
+  id: 'childManage',
+  name: '智慧未检',
+  icon: home,
+  iconCheck: homeCheck,
+  children: [{
+    id: 'careList',
+    name: '社会观护管理',
+    path: '/careList'
+  }, {
+    id: 'underAgeList',
+    name: '社会组织维护',
+    path: '/underAgeList'
+  }, {
+    id: 'lawSubscribe',
+    name: '普法预约',
+    path: '/lawSubscribe'
+  }]
+},
+
+{
+  id: 'keyWord',
+  name: '关键词维护',
+  icon: home,
+  iconCheck: activeCheck,
+  children: [{
+    id: 'dxWords',
+    name: '典型案例关键词',
+    path: '/dxWords'
+  }]
+},
+
+
+{
+  id: 'noInspectionReportList',
+  name: '举报管理',
   icon: active,
   iconCheck: activeCheck,
-  path: '/careList'
+  path: '/noInspectionReportList'
 },
 {
   id: 'questionnaire',
-  name: '问卷管理部分',
+  name: '调查问卷管理',
   icon: msgManage,
   iconCheck: activeCheck,
   children: [{
@@ -109,7 +143,7 @@
   }, {
     id: 'newly',
     name: '新建问卷',
-    path: '/questionnaire/newly'
+    path: '/questionnaire/newly/new'
   }]
 },
 {
@@ -218,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'
 }];
 
 

--
Gitblit v1.8.0