mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-09 23:17:21 +08:00
fix: 解决终端点击本地服务器未打开新连接的问题 (#1452)
This commit is contained in:
parent
50deda27ca
commit
3a8c3b5816
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue