mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-29 05:49:07 +08:00
fix: 解决终端点击本地服务器未打开新连接的问题 (#1452)
This commit is contained in:
parent
50deda27ca
commit
3a8c3b5816
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user