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