fix: 修复部分行为验证码使用错误

This commit is contained in:
2025-06-13 22:11:24 +08:00
parent 47f4ca611e
commit 8c100e5753
3 changed files with 4 additions and 1 deletions

View File

@@ -113,7 +113,6 @@ const resetCaptcha = () => {
}
// 获取验证码
const getCaptcha = async (captchaReq: BehaviorCaptchaReq) => {
try {
captchaLoading.value = true