From df9b4332162ce741c78cda37dc8d9715dca8ad61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Thu, 11 Dec 2025 11:05:35 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/sparring/tip.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/sparring/tip.vue b/src/pages/sparring/tip.vue index f598ce35..46231338 100644 --- a/src/pages/sparring/tip.vue +++ b/src/pages/sparring/tip.vue @@ -593,7 +593,9 @@ execId: execId.value || '' } }); - socketStore?.closeSocket(); + if (detailInfo.value.traInterTyp === '01') { + socketStore?.closeSocket(); + } execId.value = ''; }); onLaunch(() => {