From 9fd8c4597ae308a7d3b878cce66617a50c8081b4 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 17 May 2024 11:06:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=80=E7=AB=99=E7=BD=91=E5=85=83?= =?UTF-8?q?=E4=BF=A1=E6=81=AFtelnet=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/quick-start/components/NeInfoConfig.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/system/quick-start/components/NeInfoConfig.vue b/src/views/system/quick-start/components/NeInfoConfig.vue index aef23c41..75b49ce6 100644 --- a/src/views/system/quick-start/components/NeInfoConfig.vue +++ b/src/views/system/quick-start/components/NeInfoConfig.vue @@ -98,7 +98,7 @@ function fnTabCreate() { title: 'SSH_NE_22', addr: '', port: 22, - user: 'user', + user: '', authMode: '2', password: 'user', privateKey: '', @@ -112,9 +112,9 @@ function fnTabCreate() { title: 'Telnet_NE_4100', addr: '', port: 4100, - user: 'user', + user: 'admin', authMode: '0', - password: 'user', + password: 'admin', remark: '', }, ], @@ -196,9 +196,9 @@ function fnNeTypeChange(v: any, data: any) { title: 'Telnet_NE_5002', addr: '', port: 5002, - user: 'user', + user: 'admin', authMode: '0', - password: 'user', + password: 'admin', remark: '', }); }