crypto-js 加密、解密使用方法

import CryptoJs from 'crypto-js'; const AES_KEY = 'DataMaleon123456'; /** * aes加密 */ export c...