Skip to content

Commit

Permalink
优化:sonar 代码(质量)规范化
Browse files Browse the repository at this point in the history
  • Loading branch information
feiyuchuixue committed Jan 28, 2025
1 parent 6ed0905 commit f2ebcaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Captcha/SliderCaptcha.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ const initializeSlider = () => {
document.removeEventListener('touchmove', handleMove);
document.removeEventListener('touchend', handleEnd);
const { iv, encryptedData } = await aesEncrypt(offsetX + '', slideData.secretKey);
console.log('iv',iv)
console.log('encryptedData',encryptedData)
await verifyImageCode({
requestId: slideData.requestId,
startTime,
Expand Down

0 comments on commit f2ebcaa

Please sign in to comment.