无人机管理后台前端(已迁走)
chenyao
2025-11-22 ca3102c34f27833c6a65db932ae7b6c19b2ed82f
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 加密方法