|
@@ -73,7 +73,7 @@ export default {
|
|
},
|
|
},
|
|
|
|
|
|
logout: async function() {
|
|
logout: async function() {
|
|
- await store.dispatch('user/logout')
|
|
|
|
|
|
+ // await store.dispatch('user/logout')
|
|
const userType = this.currUserType()
|
|
const userType = this.currUserType()
|
|
if (userType === '2') {
|
|
if (userType === '2') {
|
|
router.push('/bizLogin')
|
|
router.push('/bizLogin')
|