mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2026-01-22 15:40:21 +08:00
feat: 支持菜单多色图标
This commit is contained in:
@@ -63,17 +63,29 @@ export const basePermissions = [
|
||||
type: 'MENU',
|
||||
path: 'https://apifox.com/apidoc/shared-ff4a4d32-c0d1-4caf-b0ee-6abc130f734a',
|
||||
icon: 'i-me:apifox',
|
||||
iconMode: 'bg',
|
||||
order: 2,
|
||||
enable: true,
|
||||
show: true,
|
||||
},
|
||||
{
|
||||
code: 'NaiveUI',
|
||||
name: 'Naive UI',
|
||||
type: 'MENU',
|
||||
path: 'https://www.naiveui.com/zh-CN/os-theme',
|
||||
icon: 'i-me:naiveui',
|
||||
iconMode: 'bg',
|
||||
order: 3,
|
||||
enable: true,
|
||||
show: true,
|
||||
},
|
||||
{
|
||||
code: 'MyBlog',
|
||||
name: '博客-掘金',
|
||||
type: 'MENU',
|
||||
path: 'https://juejin.cn/user/1961184475483255/posts',
|
||||
icon: 'i-simple-icons:juejin',
|
||||
order: 3,
|
||||
order: 4,
|
||||
enable: true,
|
||||
show: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user