Commit ca7f753cc2300ca6f7e5cb72bc5cef9c9f963f16

Authored by ww
1 parent 50f05fee

fix: drop console.log

... ... @@ -187,8 +187,6 @@
187 187 return encryption.decryptByAES(string);
188 188 };
189 189
190   - console.log(encryption.encryptByAES('关于软件'));
191   -
192 190 return {
193 191 handleDecode,
194 192 updataPersonlData,
... ...