From 61e8824e7e45020c4fc9b0df18c4d5c94bb7db55 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 30 九月 2024 15:56:37 +0800 Subject: [PATCH] 监测工具 --- src/views/tool/online/index.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/views/tool/online/index.vue b/src/views/tool/online/index.vue index 0111d58..9c90b52 100644 --- a/src/views/tool/online/index.vue +++ b/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 }) -- Gitblit v1.8.0