@@ -54,6 +54,7 @@ router.beforeEach((to, from, next) => {
console.log('无openId')
getWxOpenId().then(() => {
if(to.path == '/') {
+ console.log('window.location.reload()')
next()
window.location.reload()
}else {