mirror of
https://github.com/yangzongzhuan/RuoYi-Vue.git
synced 2025-10-21 01:47:41 +00:00
系统布局配置支持动态标题开关
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
module.exports = {
|
||||
title: '若依管理系统',
|
||||
|
||||
/**
|
||||
* 侧边栏主题 深色主题theme-dark,浅色主题theme-light
|
||||
*/
|
||||
@@ -31,6 +29,11 @@ module.exports = {
|
||||
*/
|
||||
sidebarLogo: true,
|
||||
|
||||
/**
|
||||
* 是否显示动态标题
|
||||
*/
|
||||
dynamicTitle: false,
|
||||
|
||||
/**
|
||||
* @type {string | array} 'production' | ['production', 'development']
|
||||
* @description Need show err logs component.
|
||||
|
Reference in New Issue
Block a user