xyc
1 天以前 079d872fabfe488abf485d8898c40ff1fd746472
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