From 406355203adcc1fe6c92bb59203fb958296a8da4 Mon Sep 17 00:00:00 2001
From: liuwh <liuwh@hugeinfo.com.cn>
Date: Wed, 18 Mar 2020 12:00:10 +0800
Subject: [PATCH] 提交
---
SunshineIns/src/data/menu.js | 22 ++++++++++++++++++----
1 files changed, 18 insertions(+), 4 deletions(-)
diff --git a/SunshineIns/src/data/menu.js b/SunshineIns/src/data/menu.js
index ca9c0e9..afab1fd 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'
@@ -98,8 +98,22 @@
path: '/careList'
},
{
+ id: 'underAgeList',
+ name: '涉未成年负责部门组织',
+ icon: active,
+ iconCheck: activeCheck,
+ path: '/underAgeList'
+},
+{
+ id: 'noInspectionReportList',
+ name: '未检举报',
+ icon: active,
+ iconCheck: activeCheck,
+ path: '/noInspectionReportList'
+},
+{
id: 'questionnaire',
- name: '问卷管理部分',
+ name: '调查问卷管理',
icon: msgManage,
iconCheck: activeCheck,
children: [{
@@ -109,7 +123,7 @@
}, {
id: 'newly',
name: '新建问卷',
- path: '/questionnaire/newly'
+ path: '/questionnaire/newly/new'
}]
},
{
@@ -218,7 +232,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