From 9ed9a0363f9f1ef22d143ab9f529ae161cc1afc4 Mon Sep 17 00:00:00 2001
From: LAPTOP-RI7D261L\Mr Ke <545800322@qq.com>
Date: Mon, 09 Mar 2020 17:02:31 +0800
Subject: [PATCH] 未检举报列表、详情、以及回复

---
 SunshineIns/src/data/menu.js |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/SunshineIns/src/data/menu.js b/SunshineIns/src/data/menu.js
index ca9c0e9..6288e0b 100644
--- a/SunshineIns/src/data/menu.js
+++ b/SunshineIns/src/data/menu.js
@@ -85,7 +85,7 @@
   path: '/sweeping'
 }, {
   id: 'activeManage',
-  name: '活动管理',
+  name: '法制活动',
   icon: active,
   iconCheck: activeCheck,
   path: '/activeManage'
@@ -96,6 +96,20 @@
   icon: active,
   iconCheck: activeCheck,
   path: '/careList'
+},
+{
+  id: 'underAgeList',
+  name: '涉未成年负责部门组织',
+  icon: active,
+  iconCheck: activeCheck,
+  path: '/underAgeList'
+},
+{
+  id: 'noInspectionReportList',
+  name: '未检举报',
+  icon: active,
+  iconCheck: activeCheck,
+  path: '/noInspectionReportList'
 },
 {
   id: 'questionnaire',
@@ -109,7 +123,7 @@
   }, {
     id: 'newly',
     name: '新建问卷',
-    path: '/questionnaire/newly'
+    path: '/questionnaire/newly/new'
   }]
 },
 {

--
Gitblit v1.8.0