refactor(setting.ts): 默认开启侧边栏Logo
This commit is contained in:
@@ -13,7 +13,8 @@ const defaultSettings: DefaultSettings = {
|
||||
showSettings: true,
|
||||
tagsView: true,
|
||||
fixedHeader: false,
|
||||
sidebarLogo: false,
|
||||
// 是否显示Logo
|
||||
sidebarLogo: true,
|
||||
errorLog: 'production'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user