no message
This commit is contained in:
parent
0916eae0b3
commit
b7690cadad
@ -94,6 +94,7 @@
|
||||
padding: 21px 15px;
|
||||
margin-bottom: 20px;
|
||||
position: relative;
|
||||
display: block;
|
||||
}
|
||||
.boxbox .body .left .list .item .name {
|
||||
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
||||
|
@ -102,6 +102,7 @@
|
||||
padding: 21px 15px;
|
||||
margin-bottom: 20px;
|
||||
position: relative;
|
||||
display: block;
|
||||
.name {
|
||||
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
||||
font-weight: 650;
|
||||
|
@ -27,7 +27,6 @@ function $ajax(url) {
|
||||
resolve(data)
|
||||
})
|
||||
.catch(err => {
|
||||
console.log("err", err)
|
||||
if (err.response?.status == 401) showWindow("login", "https://passport.gter.net/login/ajax", "get", -1, { cover: true })
|
||||
})
|
||||
})
|
||||
@ -60,7 +59,6 @@ function $ajaxget(url, data) {
|
||||
resolve(data)
|
||||
})
|
||||
.catch(error => {
|
||||
console.log("error", error)
|
||||
if (error.response?.status == 401) showWindow("login", "https://passport.gter.net/login/ajax", "get", -1, { cover: true })
|
||||
reject(error)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user