🔨 执行命令.

This commit is contained in:
lijiahang
2024-03-14 19:46:05 +08:00
parent e98bace51b
commit 6bd2640af7
25 changed files with 900 additions and 181 deletions

View File

@@ -121,7 +121,7 @@
});
// 打开
const open = async (hostIdList: Array<number>) => {
const open = async (hostIdList: Array<number> = []) => {
setVisible(true);
// 加载主机列表
await fetchHosts();