mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-12-28 12:10:20 +08:00
refactor: custom icon
This commit is contained in:
@@ -31,6 +31,7 @@ export default {
|
||||
component: () => import('./post/index.vue'),
|
||||
meta: {
|
||||
title: '文章列表',
|
||||
icon: 'material-symbols:auto-awesome-outline-rounded',
|
||||
role: ['admin'],
|
||||
requireAuth: true,
|
||||
},
|
||||
@@ -41,6 +42,7 @@ export default {
|
||||
component: () => import('./post/PostCreate.vue'),
|
||||
meta: {
|
||||
title: '创建文章',
|
||||
icon: 'material-symbols:auto-awesome-outline-rounded',
|
||||
role: ['admin'],
|
||||
requireAuth: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user