|
|
|
@ -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; |
|
|
|
|