From ebc46ff7d4f2028ac4991312ce3afd2f42a04ffe Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 19 Nov 2024 16:58:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B7=A5=E5=85=B7ipfer=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E5=AE=A2=E6=88=B7=E7=AB=AFhost=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tool/iperf/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/tool/iperf/index.vue b/src/views/tool/iperf/index.vue index f9b0ee0d..486a6379 100644 --- a/src/views/tool/iperf/index.vue +++ b/src/views/tool/iperf/index.vue @@ -66,7 +66,7 @@ async function fnIPerf() { }); return; } - if (state.dataType === 'options' && state.data.host === '') { + if (state.dataType === 'options' && state.data.mode === 'client' && state.data.host === '') { message.warning({ content: 'Please fill in the Host', duration: 2,