🆕 移除敏感打印信息&修复UI
This commit is contained in:
parent
66f4153981
commit
afce77f25e
@ -68,7 +68,6 @@ module.exports = (httpServer) => {
|
||||
}
|
||||
consola.info('准备连接终端:', host)
|
||||
targetHostInfo[targetHostInfo.authType] = await AESDecryptSync(targetHostInfo[targetHostInfo.authType])
|
||||
console.log('authInfo:', authInfo)
|
||||
consola.log('连接信息', { username, port, authType })
|
||||
sshClient
|
||||
.on('ready', () => {
|
||||
|
@ -203,6 +203,11 @@ const handleInputCommand = async (command) => {
|
||||
border: none;
|
||||
}
|
||||
|
||||
:deep(.el-tabs__nav-wrap.is-scrollable.is-top) {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.info_box {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
|
Loading…
x
Reference in New Issue
Block a user