自动加解密开启

This commit is contained in:
liang.chao 2025-05-27 14:18:16 +08:00
parent 48936f8f32
commit 3012361edb
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@ const cbc_iv = CryptoJS.enc.Utf8.parse('1234567812345678')
* 默认参数需要加密 * 默认参数需要加密
* @type {boolean} * @type {boolean}
*/ */
const jia_mi = false const jia_mi = true
/** /**
* 默认后台会自动加密 * 默认后台会自动加密
* @type {boolean} * @type {boolean}
*/ */
const jie_mi = false const jie_mi = true
/** /**
* 加密 * 加密
* @param word * @param word