fix: taskType默认值为集群, 选项不受限制

This commit is contained in:
dhb52 2024-05-12 19:21:00 +08:00
parent df06186a72
commit 8857278a80

View File

@ -13,7 +13,8 @@ interface Props {
}
const props = withDefaults(defineProps<Props>(), {
taskType: 1
// HACK: ``,
taskType: 2
});
interface Emits {