This commit is contained in:
caolc
2023-06-12 14:42:21 +08:00
parent 7be1d39055
commit 41dbc836d3
9 changed files with 265 additions and 178 deletions

View File

@@ -135,7 +135,7 @@
uni.setStorageSync('loginOut', true)
setTimeout(() => {
uni.reLaunch({
url: '/BagAuth/pages/login/login'
url: '/BagAuth/pages/login/login?loginType=true'
})
}, 1000)
}
@@ -144,7 +144,7 @@
setTimeout(() => {
uni.setStorageSync('loginOut', true)
uni.reLaunch({
url: '/BagAuth/pages/login/login'
url: '/BagAuth/pages/login/login?loginType=true'
})
}, 1000)
}