fix: 终端redis连接后默认发送PING确认是否连接

This commit is contained in:
TsMask
2025-03-27 15:57:37 +08:00
parent cfc56ca4ea
commit e4234dd1f4

View File

@@ -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"
>