From 524f20b058111427cd0b2684b5df3d9e9538026c Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Sun, 8 May 2022 03:46:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A3=20=E9=87=8D=E6=9E=84=E5=BA=95?= =?UTF-8?q?=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kicc-ui/src/utils/cipher.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kicc-ui/src/utils/cipher.ts b/kicc-ui/src/utils/cipher.ts index 90eaec3d..bbd9ea14 100644 --- a/kicc-ui/src/utils/cipher.ts +++ b/kicc-ui/src/utils/cipher.ts @@ -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;