From 631d029ec573c20c6a48a61d311d9390749e1fb3 Mon Sep 17 00:00:00 2001 From: songhuangfeng123 <shf18767906695@163.com> Date: 星期三, 06 四月 2022 16:35:39 +0800 Subject: [PATCH] fix --- 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