From e4234dd1f44be7cc8f4d67a0145126af5692e75c Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 27 Mar 2025 15:57:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=88=E7=AB=AFredis=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=E5=90=8E=E9=BB=98=E8=AE=A4=E5=8F=91=E9=80=81PING?= =?UTF-8?q?=E7=A1=AE=E8=AE=A4=E6=98=AF=E5=90=A6=E8=BF=9E=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tool/terminal/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/tool/terminal/index.vue b/src/views/tool/terminal/index.vue index 7f4c18cb..01dfdb11 100644 --- a/src/views/tool/terminal/index.vue +++ b/src/views/tool/terminal/index.vue @@ -259,6 +259,7 @@ function fnTabClose(id: string) { v-if="pane.id !== '0' && pane.host.hostType === 'redis'" :id="pane.id" :hostId="pane.host.id" + init-cmd="PING" @connect="fnTerminalConnect" @close="fnTerminalClose" >