release v0.4.1

This commit is contained in:
dushixiang
2021-05-16 20:12:20 +08:00
committed by dushixiang
parent d33779ac34
commit 8622e77d5a
3 changed files with 3 additions and 3 deletions

View File

@ -339,7 +339,7 @@ class Asset extends Component {
const protocol = record['protocol'];
const name = record['name'];
const sshMode = record['sshMode'];
alert(sshMode)
message.loading({content: '正在检测资产是否在线...', key: id});
let result = await request.post(`/assets/${id}/tcping`);
if (result.code === 1) {