添加页签图标显示开关功能

This commit is contained in:
RuoYi
2025-05-23 14:56:38 +08:00
parent cf2579612c
commit 9ceca3a68e
4 changed files with 36 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ module.exports = {
sideTheme: 'theme-dark',
/**
* 是否系统布局配置
* 系统布局配置
*/
showSettings: true,
@@ -23,6 +23,11 @@ module.exports = {
* 是否显示 tagsView
*/
tagsView: true,
/**
* 显示页签图标
*/
tagsIcon: false,
/**
* 是否固定头部
@@ -37,13 +42,5 @@ module.exports = {
/**
* 是否显示动态标题
*/
dynamicTitle: false,
/**
* @type {string | array} 'production' | ['production', 'development']
* @description Need show err logs component.
* The default is only used in the production env
* If you want to also use it in dev, you can pass ['production', 'development']
*/
errorLog: 'production'
dynamicTitle: false
}