From f39bc9d667e68526c79387d754e6304a80825ef5 Mon Sep 17 00:00:00 2001 From: liuwh <hugeinfo123> Date: Tue, 24 Mar 2020 22:07:59 +0800 Subject: [PATCH] 提交 --- SunshineIns/src/data/menu.js | 27 ++++++++++++++++++++++++--- 1 files changed, 24 insertions(+), 3 deletions(-) diff --git a/SunshineIns/src/data/menu.js b/SunshineIns/src/data/menu.js index 9103b77..d7293f6 100644 --- a/SunshineIns/src/data/menu.js +++ b/SunshineIns/src/data/menu.js @@ -83,6 +83,20 @@ 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: '法治活动', @@ -105,8 +119,15 @@ path: '/underAgeList' }, { + id: 'noInspectionReportList', + name: '未检举报', + icon: active, + iconCheck: activeCheck, + path: '/noInspectionReportList' +}, +{ id: 'questionnaire', - name: '问卷管理部分', + name: '调查问卷管理', icon: msgManage, iconCheck: activeCheck, children: [{ @@ -116,7 +137,7 @@ }, { id: 'newly', name: '新建问卷', - path: '/questionnaire/newly' + path: '/questionnaire/newly/new' }] }, { @@ -225,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