@@ -52,7 +52,7 @@ router.beforeEach((to, from, next) => {
} else {
// 跳转到目的路由
// next({ path: redirect })
- console.log(wyh222)
+ console.log('wyh222')
next({ path: '/firstIndex' })
}
})