chore: remove debug codes

This commit is contained in:
RockYang
2023-08-21 10:55:49 +08:00
parent e44f95724d
commit 5a8503ec14
4 changed files with 6 additions and 12 deletions

View File

@@ -53,7 +53,6 @@ const handleRequestCaptCode = () => {
httpGet('/api/captcha/get').then(res => {
const data = res.data
console.log(res)
imageBase64.value = data.image
thumbBase64.value = data.thumb
captKey.value = data.key