From 3a8c3b581685f20f3fdb54d817f062ad47ef804a Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Tue, 27 Jun 2023 16:42:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E7=BB=88=E7=AB=AF?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E6=9C=AC=E5=9C=B0=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=E6=9C=AA=E6=89=93=E5=BC=80=E6=96=B0=E8=BF=9E=E6=8E=A5=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20(#1452)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/host/terminal/terminal/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/host/terminal/terminal/index.vue b/frontend/src/views/host/terminal/terminal/index.vue index 2ddfc53fb..0d20d7260 100644 --- a/frontend/src/views/host/terminal/terminal/index.vue +++ b/frontend/src/views/host/terminal/terminal/index.vue @@ -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) => {