router.beforeEach((to, from, next) => {
  // to 和 from 都是 路由信息对象
  
  // 这里的from.path就是上一步的url的hash值
})
Logo

前往低代码交流专区

更多推荐