This commit is contained in:
BianLzhaoMin 2025-05-26 16:08:37 +08:00
parent bfc7ebb742
commit 883658ce82
1 changed files with 1 additions and 1 deletions

View File

@ -1093,7 +1093,7 @@ export default {
}) })
}) })
.catch(error => { .catch(error => {
console.log(error, '校验失败') // console.log(error, '')
}) })
} }