update
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user