fix: 网元主机信息默认填写固定用户名

This commit is contained in:
TsMask
2024-06-27 14:59:45 +08:00
parent e67126c57a
commit cd4073bec3
3 changed files with 10 additions and 10 deletions

View File

@@ -123,9 +123,9 @@ let modalState: ModalStateType = reactive({
title: 'SSH_NE_22',
addr: '',
port: 22,
user: 'user',
authMode: '0',
password: 'user',
user: 'omcuser',
authMode: '2',
password: '',
privateKey: '',
passPhrase: '',
remark: '',
@@ -137,9 +137,9 @@ let modalState: ModalStateType = reactive({
title: 'Telnet_NE_4100',
addr: '',
port: 4100,
user: 'user',
user: 'admin',
authMode: '0',
password: 'user',
password: 'admin',
remark: '',
},
],

View File

@@ -64,9 +64,9 @@ let modalState: ModalStateType = reactive({
title: 'SSH_NE_22',
addr: '',
port: 22,
user: 'user',
authMode: '0',
password: 'user',
user: 'omcuser',
authMode: '2',
password: '',
privateKey: '',
passPhrase: '',
remark: '',

View File

@@ -98,8 +98,8 @@ function fnTabCreate() {
title: 'SSH_NE_22',
addr: '',
port: 22,
user: '',
authMode: '0',
user: 'omcuser',
authMode: '2',
password: '',
privateKey: '',
passPhrase: '',