소스 검색

fix: 测试2

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 4 달 전
부모
커밋
304392a774
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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()
 })