From 62a240df3ff2f1bcddea834ccb15fccefc51ae26 Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Sat, 09 May 2020 09:18:16 +0800
Subject: [PATCH] 5-8开发任务

---
 SunshineIns/src/data/menu.js |   49 ++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 38 insertions(+), 11 deletions(-)

diff --git a/SunshineIns/src/data/menu.js b/SunshineIns/src/data/menu.js
index 9103b77..8b44f77 100644
--- a/SunshineIns/src/data/menu.js
+++ b/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: [{
@@ -116,7 +143,7 @@
   }, {
     id: 'newly',
     name: '新建问卷',
-    path: '/questionnaire/newly'
+    path: '/questionnaire/newly/new'
   }]
 },
 {
@@ -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'
 }];
 
 

--
Gitblit v1.8.0