2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-06 23:37:23 +08:00

fix: 防火墙创建规则后未关闭窗口

This commit is contained in:
耗子
2024-10-17 16:30:06 +08:00
parent d97697efde
commit 57749f03b9

View File

@@ -79,6 +79,7 @@ const handleCreate = async () => {
strategy: 'accept',
direction: 'in'
}
show.value = false
})
}
</script>