From 25086d4335fb8997e03a4a2af086cc3153f8aee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=9E=E6=9C=A8=E9=B1=BC?= Date: Mon, 1 Mar 2021 21:56:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20encrypt.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/encrypt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/encrypt.js b/src/utils/encrypt.js index 7907e56..9856991 100644 --- a/src/utils/encrypt.js +++ b/src/utils/encrypt.js @@ -1,4 +1,4 @@ -import { JSEncrypt } from 'jsencrypt/bin/jsencrypt.min' +import JSEncrypt from 'jsencrypt' import { getPublicKey } from '@/api/publicKey' const privateKey =