From 31e68a022cb37a11cc42478edbccde31ac3a4748 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 25 May 2021 18:21:18 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20=E6=B7=BB=E5=8A=A0=20=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E4=B8=BAtelnet=E6=97=B6=20authType=E4=B8=8D=E5=8F=AF?= =?UTF-8?q?=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/cli/webSSH.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/components/cli/webSSH.vue b/nezha-fronted/src/components/cli/webSSH.vue index f029001af..685bed8ca 100644 --- a/nezha-fronted/src/components/cli/webSSH.vue +++ b/nezha-fronted/src/components/cli/webSSH.vue @@ -226,8 +226,8 @@ - - + + @@ -921,6 +921,7 @@ export default { } else { this.customConnect.authPriKey = '' this.customConnect.port = 23 + this.customConnect.authType = 1 } setTimeout(() => { this.$refs.customConnect.clearValidate()