refactor: 去掉登录的debugger
This commit is contained in:
parent
6ecb2f37aa
commit
5eb2c77d79
|
@ -102,7 +102,6 @@
|
|||
|
||||
const encrypted = (input: string, publicKey: string) => {
|
||||
const encrypt = new JSEncrypt({ default_key_size: '1024' });
|
||||
debugger;
|
||||
encrypt.setPublicKey(publicKey);
|
||||
return encrypt.encrypt(input);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue