chore: baotawaf access

This commit is contained in:
xiaojunnuo
2025-05-14 01:06:30 +08:00
parent 08e779f9f1
commit e332ce28f8
2 changed files with 89 additions and 1 deletions
@@ -18,7 +18,7 @@ const props = defineProps<{
modelValue: string;
title: string;
action: string;
form: any;
form?: any;
button?: any;
}>();