Merge remote-tracking branch 'origin/main' into practical-training
This commit is contained in:
@@ -98,8 +98,8 @@ function fnTabCreate() {
|
||||
title: 'SSH_NE_22',
|
||||
addr: '',
|
||||
port: 22,
|
||||
user: '',
|
||||
authMode: '0',
|
||||
user: 'omcuser',
|
||||
authMode: '2',
|
||||
password: '',
|
||||
privateKey: '',
|
||||
passPhrase: '',
|
||||
|
||||
@@ -44,7 +44,7 @@ const state: StateType = reactive({
|
||||
open: appStore.i18nOpen,
|
||||
openOld: appStore.i18nOpen,
|
||||
username: 'admin',
|
||||
password: 'Abcd1234..',
|
||||
password: 'Abcd@1234..',
|
||||
});
|
||||
|
||||
// LOGO地址
|
||||
|
||||
Reference in New Issue
Block a user