refactor:优化 sms 短信的实现

This commit is contained in:
YunaiV
2025-04-04 18:20:59 +08:00
parent 9f352291d7
commit 5705098fc7
16 changed files with 175 additions and 212 deletions

View File

@@ -25,7 +25,7 @@ const [Modal, modalApi] = useVbenModal({
return;
}
modalApi.lock();
// 构建发送邮件请求
// 构建发送请求
const values = await formApi.getValues();
const paramsObj: Record<string, string> = {};
if (formData.value?.params) {