Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
@@ -5,5 +5,7 @@ router.beforeEach((to, from, next) => {
// 此处计算已移动至全局 beforeRouterLeave
// 代码在全局 mixin 混入
// direction(to, from)
+ console.log(to, 'to')
+ debugger
next()
})