perf: config fe

This commit is contained in:
archer
2023-07-19 11:17:08 +08:00
parent 47af8d1c3d
commit c46a37541c
10 changed files with 52 additions and 50 deletions

View File

@@ -11,7 +11,7 @@ const list = [
label: '我的知识库',
link: '/kb/list'
},
...(feConfigs.show_appStore
...(feConfigs?.show_appStore
? [
{
icon: 'appStoreLight',
@@ -20,7 +20,7 @@ const list = [
}
]
: []),
...(feConfigs.show_git
...(feConfigs?.show_git
? [
{
icon: 'git',