Vue-Router

2020-06-01  本文已影响0人  微笑_celia

路由传参

// 传参
this.$router.push({ path: '/stu/info', query: { id: stuId }})
// 参数接收
this.$route.query.id

注意事项

  1. 区分 routerroute
  2. 区分replacepush
上一篇 下一篇

猜你喜欢

热点阅读