fix: 解决终端点击本地服务器未打开新连接的问题 (#1452)

This commit is contained in:
ssongliu 2023-06-27 16:42:07 +08:00 committed by GitHub
parent 50deda27ca
commit 3a8c3b5816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -303,7 +303,7 @@ const onNewSsh = () => {
dialogRef.value!.acceptParams({ isLocal: false });
};
const onNewLocal = () => {
onConnTerminal(i18n.global.t('terminal.localhost'), localHostID.value, true);
onConnTerminal(i18n.global.t('terminal.localhost'), localHostID.value, false);
};
const onClickConn = (node: Node, data: Tree) => {