update url

This commit is contained in:
2023-12-14 12:56:28 +08:00
parent 4ab1f6da4f
commit 82a0e72122
39 changed files with 299 additions and 350 deletions

View File

@@ -285,7 +285,7 @@ const menuOptions = [
]
async function resendEmail() {
await QueryGetAPI(ACCOUNT_API_URL + 'send-verify-email')
await QueryGetAPI(ACCOUNT_API_URL() + 'send-verify-email')
.then((data) => {
if (data.code == 200) {
canResendEmail.value = false
@@ -296,7 +296,6 @@ async function resendEmail() {
}
})
.catch((err) => {
console.error(err)
message.error('发送失败')
})
}