From 02f0820a69773d2ffb53f4de8cacdedb82df3169 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 13 Sep 2024 09:58:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20telnet=E7=BB=88=E7=AB=AF=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E5=A4=9A=E2=80=98=E5=8F=B7=E5=AF=BC=E8=87=B4=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TerminalTelnet/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TerminalTelnet/index.vue b/src/components/TerminalTelnet/index.vue index 329907cd..ef2625f3 100644 --- a/src/components/TerminalTelnet/index.vue +++ b/src/components/TerminalTelnet/index.vue @@ -119,7 +119,7 @@ function fnAutoCompleteKeydown(evt: any) { ws.send({ requestId: `telnet_${props.hostId}`, type: 'telnet', - data: `${cmdStr}\r\n'`, + data: `${cmdStr}\r\n`, }); terminalState.text = ' ';