From 8d68b6a1dcdf5008fba6bdac5858d1085a0e63e7 Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Mon, 30 Mar 2020 23:14:04 +0800
Subject: [PATCH] 提交
---
SunshineIns/src/data/menu.js | 34 +++++++++++++++++++++++++++++++---
1 files changed, 31 insertions(+), 3 deletions(-)
diff --git a/SunshineIns/src/data/menu.js b/SunshineIns/src/data/menu.js
index 9994009..5225655 100644
--- a/SunshineIns/src/data/menu.js
+++ b/SunshineIns/src/data/menu.js
@@ -83,9 +83,23 @@
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'
@@ -98,8 +112,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: [{
@@ -218,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