This commit is contained in:
xiaoaojiao
2025-12-25 17:23:36 +08:00
parent 19b9dd1ec7
commit 38be919649
6 changed files with 124 additions and 126 deletions

View File

@@ -195,7 +195,7 @@ export const Request = async (url, data, type, noloading, noerror) => {
} else if (response.status == 401) {
Storage.clear()
weui.alert("登录失效,请重新登录")
// window.location.reload()
window.location.reload()
return
} else {
if (!noerror) {