From b274738442b2214c018e9b55f96a226a33c18cbe Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期三, 06 四月 2022 16:56:43 +0800 Subject: [PATCH] Merge branch 'shf' of https://sinanoaq.cn:8888/r/ztqt into shf --- 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