@@ -69,6 +69,7 @@ router.beforeEach(async(to, from, next) => {
} else {
next('/appStoreCopy')
}
+ Cookies.set('isWeChat', '1')
next()