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 @@
*/ */
import { encrypt, decrypt } from 'crypto-js/aes'; import { encrypt, decrypt } from 'crypto-js/aes';
import { LoginParams } from '/@/api/platform/core/entity/user'; import { LoginParams } from '/@/api/platform/core/entity/user';
import * as CryptoJS from "crypto-js"; import * as CryptoJS from 'crypto-js';
import { encryptionLoginModel } from "/#/utils"; import { encryptionLoginModel } from '/#/utils';
export interface EncryptionParams { export interface EncryptionParams {
key: string; key: string;

Loading…
Cancel
Save