mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2026-01-22 15:40:21 +08:00
wip: 主题设置
This commit is contained in:
@@ -64,7 +64,7 @@ export const usePermissionStore = defineStore('permission', {
|
||||
meta: {
|
||||
icon: item.icon,
|
||||
title: item.name,
|
||||
layout: item.layout || 'default',
|
||||
layout: item.layout,
|
||||
keepAlive: !!item.keepAlive,
|
||||
parentKey,
|
||||
btns: item.children
|
||||
|
||||
Reference in New Issue
Block a user