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

@@ -164,7 +164,6 @@ async function getCommentsUsers() {
}
})
.catch((err) => {
console.error(err)
message.error('获取失败')
})
.finally(() => {
@@ -191,7 +190,6 @@ async function getForwardUsers() {
}
})
.catch((err) => {
console.error(err)
message.error('获取失败')
})
.finally(() => {
@@ -249,7 +247,6 @@ function startLottery() {
}
}
} catch (err) {
console.error(err)
message.error('发生错误')
}
}