no message

This commit is contained in:
A1300399510 2024-11-13 17:39:06 +08:00
parent 0916eae0b3
commit b7690cadad
3 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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)
})