diff --git a/src/components/navMenu/index.vue b/src/components/navMenu/index.vue index 9d33a1b16..9ee025aed 100644 --- a/src/components/navMenu/index.vue +++ b/src/components/navMenu/index.vue @@ -16,9 +16,9 @@ @@ -91,12 +91,12 @@ export default { title: '首页', path: '/home2', isChildren: true, // 判断没有子菜单 - 'icon-class': 'home' + 'icon-class': 'el-icon-s-home' }, { title: '标准法规库', path: '/regulatoryRepository', - 'icon-class': 'fagui', + 'icon-class': 'el-icon-s-management', menuId: '2ewfwfa', children: [ // { @@ -204,7 +204,7 @@ export default { { title: '我的工作', path: '/processCenter', - 'icon-class': 'liucheng', + 'icon-class': 'el-icon-s-platform', menuId: '3fadf', children: [ { @@ -222,7 +222,7 @@ export default { { title: '本地工具', path: '/localTool', - 'icon-class': 'tools', + 'icon-class': 'el-icon-s-tools', menuId: 'afsd12', children: [ // { @@ -266,7 +266,7 @@ export default { { title: '标准预警', path: '/standardWarning', - 'icon-class': 'warning', + 'icon-class': 'el-icon-warning', menuId: 'asfdew33', isChildren: true // 判断没有子菜单 }, @@ -287,7 +287,7 @@ export default { { title: '配置管理', path: '/config', - 'icon-class': 'conf', + 'icon-class': 'el-icon-s-operation', menuId: 'adff323', children: [ { @@ -379,7 +379,7 @@ export default { { title: '个人中心', path: '/personal', - 'icon-class': 'ucenter', + 'icon-class': 'el-icon-s-check', menuId: '32143ffasdf', children: [ // { @@ -496,6 +496,18 @@ export default {