From 83c601c89f6231d378d70a8e48d90bab21dabe31 Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Tue, 24 Mar 2020 20:51:17 +0800
Subject: [PATCH] 提交
---
SunshineIns/src/data/menu.js | 76 ++++++++++++++++++++++++++++++++++++-
1 files changed, 73 insertions(+), 3 deletions(-)
diff --git a/SunshineIns/src/data/menu.js b/SunshineIns/src/data/menu.js
index 5ba65b9..d7293f6 100644
--- a/SunshineIns/src/data/menu.js
+++ b/SunshineIns/src/data/menu.js
@@ -83,13 +83,83 @@
icon: active,
iconCheck: activeCheck,
path: '/sweeping'
+},
+{
+ id: 'lawSubscribe',
+ name: '普法预约',
+ icon: active,
+ iconCheck: activeCheck,
+ path: '/lawSubscribe'
+},
+{
+ id: 'keyWord',
+ name: '关键词维护',
+ icon: active,
+ iconCheck: activeCheck,
+ path: '/keyWord'
}, {
id: 'activeManage',
- name: '活动管理',
+ name: '法治活动',
icon: active,
iconCheck: activeCheck,
path: '/activeManage'
-}, {
+},
+{
+ id: 'careList',
+ name: '社会关护管理',
+ 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',
+ 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 +246,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