fix: 网元主机信息默认填写固定用户名
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user