fix: 开站网元信息telnet默认值
This commit is contained in:
@@ -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: '',
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user