瀏覽代碼

fix: 测试2

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 3 月之前
父節點
當前提交
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()
 })