Browse Source

👣 重构底层

master
wangxiang 3 years ago
parent
commit
524f20b058
  1. 4
      kicc-ui/src/utils/cipher.ts

4
kicc-ui/src/utils/cipher.ts

@ -6,8 +6,8 @@ @@ -6,8 +6,8 @@
*/
import { encrypt, decrypt } from 'crypto-js/aes';
import { LoginParams } from '/@/api/platform/core/entity/user';
import * as CryptoJS from "crypto-js";
import { encryptionLoginModel } from "/#/utils";
import * as CryptoJS from 'crypto-js';
import { encryptionLoginModel } from '/#/utils';
export interface EncryptionParams {
key: string;

Loading…
Cancel
Save