base:bx主题颜色变更

This commit is contained in:
shijing 2024-12-12 17:36:26 +08:00 committed by caoqianming
parent abb2cbd6a7
commit 5e56b8acc1
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ const DEFAULT_CONFIG = {
LANG: 'zh-cn',
//主题颜色
COLOR: '#536DFE',
// COLOR: '#536DFE',//gx、gz、tkx
COLOR: '#0052d9',//bx
//是否加密localStorage, 为空不加密可填写AES(模式ECB,移位Pkcs7)加密
LS_ENCRYPTION: '',