@ -117,7 +117,9 @@ export function exit(redirect = false) {
pushCustomerOff(cid, platform)
// #endif
store.dispatch('logout')
go2('login', {}, redirect)
uni.reLaunch({url: '/pages/login/index'})
// go2('login', {}, redirect)
}
/**