base:bx主题颜色变更

This commit is contained in:
shijing 2024-12-12 17:36:26 +08:00
parent fa9dea32ef
commit 516085fa30
1 changed files with 2 additions and 1 deletions

View File

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