xiangpei
2024-09-30 61e8824e7e45020c4fc9b0df18c4d5c94bb7db55
监测工具
1个文件已修改
3 ■■■■■ 已修改文件
src/views/tool/online/index.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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
      })