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 | 82 +++++++++++++++++++++++++++++++++++++++-
1 files changed, 79 insertions(+), 3 deletions(-)
diff --git a/SunshineIns/src/data/menu.js b/SunshineIns/src/data/menu.js
index 5ba65b9..8b44f77 100644
--- a/SunshineIns/src/data/menu.js
+++ b/SunshineIns/src/data/menu.js
@@ -85,11 +85,87 @@
path: '/sweeping'
}, {
id: 'activeManage',
- name: '活动管理',
+ name: '法治活动',
icon: active,
iconCheck: activeCheck,
path: '/activeManage'
-}, {
+},
+
+{
+ 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: '/noInspectionReportList'
+},
+{
+ id: 'questionnaire',
+ name: '调查问卷管理',
+ icon: msgManage,
+ iconCheck: activeCheck,
+ children: [{
+ id: 'newlyList',
+ name: '问卷管理',
+ path: '/questionnaire/newlyList'
+ }, {
+ id: 'newly',
+ name: '新建问卷',
+ path: '/questionnaire/newly/new'
+ }]
+},
+{
+ id: 'entry',
+ name: '入职查询',
+ icon: msgManage,
+ iconCheck: activeCheck,
+ children: [{
+ id: 'applyFor',
+ name: '入职申请',
+ path: '/entry/applyFor'
+ }, {
+ id: 'examine',
+ name: '检察院审核',
+ path: '/entry/examine'
+ }, {
+ id: 'policeSecurity',
+ name: '公安审核',
+ path: '/entry/policeSecurity'
+ }]
+},
+{
id: 'msgManage',
name: '消息管理',
icon: msgManage,
@@ -176,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