traffic-audit-web/src/components/Captcha3D.vue
@@ -119,7 +119,7 @@ this.selectedIds = [] this.errorMsg = '' this.$emit('reset') axios.get('/api/auth/captcha') axios.get('/api/auth/captcha', { timeout: 10000 }) .then(res => { this.loading = false if (res.data.code === 200) { @@ -176,7 +176,7 @@ axios.post('/api/auth/captcha/verify', { captchaId: this.challenge.captchaId, captchaClickIds: this.selectedIds.slice() }) }, { timeout: 10000 }) .then(res => { this.loading = false const d = res.data