From 516085fa30bd2f5feff4fd88196de3e3438a913d Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 12 Dec 2024 17:36:26 +0800 Subject: [PATCH] =?UTF-8?q?base:bx=E4=B8=BB=E9=A2=98=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/index.js b/src/config/index.js index a059adba..3deb275c 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -53,7 +53,8 @@ const DEFAULT_CONFIG = { LANG: 'zh-cn', //主题颜色 - COLOR: '#536DFE', + // COLOR: '#536DFE',//gx、gz、tkx + COLOR: '#0052d9',//bx //是否加密localStorage, 为空不加密,可填写AES(模式ECB,移位Pkcs7)加密 LS_ENCRYPTION: '',