From 2ca94de8ede18ac07ccfd8dec7b6f6a707adde9b Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 01 Sep 2025 11:20:24 +0800
Subject: [PATCH] Merge branch 'refs/heads/feature/v5.0/5.0.5' into patch_management

---
 src/utils/crypto.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/utils/crypto.js b/src/utils/crypto.js
index 4bbd03a..35dca59 100644
--- a/src/utils/crypto.js
+++ b/src/utils/crypto.js
@@ -5,17 +5,17 @@
    * token加密key 使用@org.springblade.test.CryptoKeyGenerator获取,需和后端配置保持一致
    * @type {string}
    */
-  static cryptoKey = '请配置cryptoKey';
+  static cryptoKey = 'jOsIFW9OuxuX5ws5pehjTSshliNp7g2P';
   /**
    * 报文加密key 使用@org.springblade.test.CryptoKeyGenerator获取,需和后端配置保持一致
    * @type {string}
    */
-  static aesKey = '请配置aesKey';
+  static aesKey = 'hM3HgwKCSSAaWBXYHYYboiuy9n35eIPz';
   /**
    * 报文加密key 使用@org.springblade.test.CryptoKeyGenerator获取,需和后端配置保持一致
    * @type {string}
    */
-  static desKey = '请配置desKey';
+  static desKey = 'wrhvOxlWnNrkYZxD';
 
   /**
    * aes 加密方法

--
Gitblit v1.9.3