1
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user