Browse Source

fix: 测试2

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 3 tháng trước cách đây
mục cha
commit
304392a774
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      apps/mobile/src/router/guard/direction.js

+ 2 - 0
apps/mobile/src/router/guard/direction.js

@@ -5,5 +5,7 @@ router.beforeEach((to, from, next) => {
   // 此处计算已移动至全局 beforeRouterLeave
   // 代码在全局 mixin 混入
   // direction(to, from)
+  console.log(to, 'to')
+  debugger
   next()
 })