Vue 页面间传参数(不在url中显示)

2019-08-09  本文已影响0人  ifree321
// 传值并跳转
_this.$router.push({name: 'result', params: {id: id})
// result页面取值
this.$route.params.id 获取
上一篇 下一篇

猜你喜欢

热点阅读