Commit e26aac7ee273d0f5ac61a66a5ccf4ebc70119902

Authored by xp.Huang
2 parents afa298b2 ca7f753c

Merge branch 'ww' into 'main'

fix: drop console.log

See merge request yunteng/thingskit-front!480
... ... @@ -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,
... ...