From 3114376a8a061ae86762155a7da0b3d5afef1ceb Mon Sep 17 00:00:00 2001 From: lyfO_o <764716047@qq.com> Date: 星期四, 07 四月 2022 14:31:48 +0800 Subject: [PATCH] Merge remote-tracking branch 'remotes/origin/shf' into master --- src/router/index.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index c725fc3..baee810 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -107,7 +107,7 @@ component: Layout, // redirect: '/contingencyplan', name: '安全生产标准化', - meta: { title: '安全生产标准化', icon: 'el-icon-dash' }, + meta: { title: '安全生产标准化', icon: 'el-icon-security' }, children: [ { id: 1, @@ -175,7 +175,7 @@ path: '/majorHazardSourceMonitoring', component: Layout, name: '重大危险源监测', - meta: { title: '重大危险源监测', icon: 'el-icon-dash' }, + meta: { title: '重大危险源监测', icon: 'el-icon-facilities' }, children: [ { id: 1, -- Gitblit v1.9.2