mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-23 14:26:39 +08:00
默认主题配置不生效
This commit is contained in:
@ -12,6 +12,7 @@ import {
|
||||
} from '/@/enums/appEnum';
|
||||
import { SIDE_BAR_BG_COLOR_LIST, HEADER_PRESET_BG_COLOR_LIST } from './designSetting';
|
||||
import { primaryColor } from '../../build/config/themeConfig';
|
||||
import { darkMode } from '/@/settings/designSetting';
|
||||
|
||||
// ! 改动后需要清空浏览器缓存
|
||||
const setting: ProjectConfig = {
|
||||
@ -43,6 +44,10 @@ const setting: ProjectConfig = {
|
||||
|
||||
// 项目主题色
|
||||
themeColor: primaryColor,
|
||||
// update-begin--author:liaozhiyang---date:20250414--for:【QQYUN-11956】修复projectSetting中配置主题模式不生效
|
||||
// 项目主题模式
|
||||
themeMode: darkMode,
|
||||
// update-end--author:liaozhiyang---date:20250414--for:【QQYUN-11956】修复projectSetting中配置主题模式不生效
|
||||
|
||||
// 网站灰色模式,用于可能悼念的日期开启
|
||||
grayMode: false,
|
||||
|
||||
Reference in New Issue
Block a user