mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
update url
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user