🆕 移除敏感打印信息&修复UI

This commit is contained in:
chaoszhu 2024-07-23 11:33:48 +08:00
parent 66f4153981
commit afce77f25e
2 changed files with 5 additions and 1 deletions

View File

@ -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', () => {

View File

@ -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;