Selaa lähdekoodia

fix: 测试2

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 3 kuukautta sitten
vanhempi
commit
304392a774
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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()
 })