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

@@ -21,7 +21,7 @@ function changePassword() {
return
}
isLoading.value = true
QueryGetAPI(ACCOUNT_API_URL + 'verify/reset-password', {
QueryGetAPI(ACCOUNT_API_URL() + 'verify/reset-password', {
key: key.value,
password: password.value,
})
@@ -34,7 +34,6 @@ function changePassword() {
}
})
.catch((err) => {
console.error(err)
message.error('发生错误')
})
.finally(() => {