v3.5.0 系统布局配置支持动态标题开关

This commit is contained in:
YunaiV
2022-02-15 22:08:40 +08:00
parent 7df42db2e2
commit 7bf9a85263
12 changed files with 59 additions and 5 deletions

View File

@ -1,5 +1,4 @@
module.exports = {
title: '若依管理系统',
/**
* 侧边栏主题 深色主题theme-dark浅色主题theme-light
@ -31,6 +30,11 @@ module.exports = {
*/
sidebarLogo: true,
/**
* 是否显示动态标题
*/
dynamicTitle: false,
/**
* @type {string | array} 'production' | ['production', 'development']
* @description Need show err logs component.