@@ -65,6 +65,7 @@ router.beforeEach((to, from, next) => {
} else {
console.log('什么都有')
if(to.path == '/') {
+ console.log('window.location.reload()')
next()
window.location.reload()
}else {