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: '', }); }