fix: 取消多标签页展示

This commit is contained in:
caoqianming 2023-10-09 17:31:15 +08:00
parent 7fa43de6c7
commit a090b463ee
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ const DEFAULT_CONFIG = {
MENU_UNIQUE_OPENED: true,
//是否开启多标签
LAYOUT_TAGS: true,
LAYOUT_TAGS: false,
//语言
LANG: 'zh-cn',