Vanessa 2023-02-27 11:42:29 +08:00
parent 007a7afdeb
commit e98fd38a87

View file

@ -505,7 +505,7 @@
return response.json()
}).then((response) => {
if (0 === response.code) {
window.location.href = window.location.search.replace('?url=', '')
window.location.href = window.location.search.replace('?url=', '') || "/"
return
}