Browse Source

no message

devlop
xpz2018 3 years ago
parent
commit
3f966bdd40
1 changed files with 3 additions and 1 deletions
  1. 4
      utils/hook.js

4
utils/hook.js

@ -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)
}
/**

Loading…
Cancel
Save