fix: 终端redis连接后默认发送PING确认是否连接
This commit is contained in:
@@ -259,6 +259,7 @@ function fnTabClose(id: string) {
|
|||||||
v-if="pane.id !== '0' && pane.host.hostType === 'redis'"
|
v-if="pane.id !== '0' && pane.host.hostType === 'redis'"
|
||||||
:id="pane.id"
|
:id="pane.id"
|
||||||
:hostId="pane.host.id"
|
:hostId="pane.host.id"
|
||||||
|
init-cmd="PING"
|
||||||
@connect="fnTerminalConnect"
|
@connect="fnTerminalConnect"
|
||||||
@close="fnTerminalClose"
|
@close="fnTerminalClose"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user