仓库相关-基本功能完成

This commit is contained in:
赵正易
2024-03-22 17:28:39 +08:00
parent 0da532301b
commit be3ff3bb54
13 changed files with 1334 additions and 318 deletions

View File

@@ -22,11 +22,11 @@ list.forEach(item => {
uni.addInterceptor(item, {
invoke(to) {
if (getToken()) {
if (to.url === loginPage) {
uni.reLaunch({
url: loginPage
})
}
// if (to.url === loginPage) {
// uni.reLaunch({
// url: loginPage
// })
// }
return true
} else {
if (checkWhite(to.url)) {