xiangpei
2024-09-30 61e8824e7e45020c4fc9b0df18c4d5c94bb7db55
src/views/tool/online/index.vue
@@ -98,6 +98,9 @@
      this.form.ip = this.form.ip.replace(/^\s+|\s+$/g, '')
      this.loading = true
      check(this.form).then(res => {
        if (res.data.img) {
          res.data.img = this.$img + res.data.img
        }
        this.result = res.data
        this.loading = false
      })