修复bug以及优化

This commit is contained in:
2026-06-02 16:23:56 +08:00
parent 5cc680f26d
commit a82c8da013
17 changed files with 529 additions and 110 deletions

View File

@@ -11,7 +11,6 @@ export function checkToken(token) {
})
return Promise.reject('no token')
}
return new Promise((resolve, reject) => {
uni.$u.get('/login/checkExpiration', {}, {
WT: token