From a2d1b9886b00b5f4d4722c3379d3bd4f2f94b421 Mon Sep 17 00:00:00 2001 From: LAPTOP-RI7D261L\Mr Ke <545800322@qq.com> Date: Mon, 09 Mar 2020 17:02:35 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/nsjcy/frontEnd/nsjcy --- SunshineIns/src/data/menu.js | 20 +++++++++++++++++--- 1 files changed, 17 insertions(+), 3 deletions(-) diff --git a/SunshineIns/src/data/menu.js b/SunshineIns/src/data/menu.js index 9994009..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: [{ @@ -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