example 主题支持隐藏系统挂菜单

This commit is contained in:
tangly1024.com
2023-02-10 09:44:32 +08:00
parent 8768b7e92f
commit 41a6b19485
2 changed files with 22 additions and 15 deletions

View File

@@ -1,4 +1,8 @@
const CONFIG_EMPTY = {
TEST_CONFIG: 'TESET'
// 菜单配置
MENU_CATEGORY: true, // 显示分类
MENU_TAG: true, // 显示标签
MENU_ARCHIVE: true, // 显示归档
MENU_SEARCH: true // 显示搜索
}
export default CONFIG_EMPTY