1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2026-01-22 15:40:21 +08:00

feat: 增加 layoutSettingVisible 控制 LayoutSetting 显示隐藏

This commit is contained in:
zclzone
2024-06-11 20:39:31 +08:00
parent eca0859f66
commit 995175a8a8
2 changed files with 5 additions and 1 deletions

View File

@@ -10,6 +10,9 @@ export const defaultLayout = 'normal'
export const defaultPrimaryColor = '#316C72'
// 控制 LayoutSetting 组件是否可见
export const layoutSettingVisible = true
export const naiveThemeOverrides = {
common: {
primaryColor: '#316C72FF',