@@ -66,6 +66,7 @@ router.beforeEach(async(to, from, next) => {
store.dispatch('user/logout')
next(`/login2?redirect=${to.path}`)
} else {
+ Cookies.set('isWeChat', '2')
next('/appStoreCopy')
}