mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:47:28 +08:00
chore: change menu icon
This commit is contained in:
@@ -9,7 +9,7 @@ export default {
|
||||
component: PAGE_LAYOUT_COMPONENT,
|
||||
redirect: '/comp/basic',
|
||||
meta: {
|
||||
icon: 'ant-design:home-outlined',
|
||||
icon: 'ant-design:table-outlined',
|
||||
title: '组件',
|
||||
},
|
||||
},
|
||||
|
@@ -9,7 +9,7 @@ export default {
|
||||
component: PAGE_LAYOUT_COMPONENT,
|
||||
redirect: '/feat/tabs',
|
||||
meta: {
|
||||
icon: 'ant-design:home-outlined',
|
||||
icon: 'ic:outline-featured-play-list',
|
||||
title: 'Feat',
|
||||
},
|
||||
},
|
||||
|
@@ -10,7 +10,7 @@ export default {
|
||||
component: PAGE_LAYOUT_COMPONENT,
|
||||
redirect: '/frame/antv',
|
||||
meta: {
|
||||
icon: 'ant-design:home-outlined',
|
||||
icon: 'mdi:page-next-outline',
|
||||
title: '外部页面',
|
||||
},
|
||||
},
|
||||
|
@@ -10,7 +10,7 @@ export default {
|
||||
component: PAGE_LAYOUT_COMPONENT,
|
||||
redirect: '/permission/front',
|
||||
meta: {
|
||||
icon: 'ant-design:home-outlined',
|
||||
icon: 'carbon:user-role',
|
||||
title: '权限管理',
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user