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

@@ -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: '',