this.$router.push({ name: ‘demo‘, params: { id: 123 }}) this.$router.push({ path: ‘/demo‘ , query: { id: 123 } })
代码如下(示例):
this.$router.push({ path: ‘/demo‘ , query: { id: 123 },row:JSON.stringify(obj) })
代码如下(示例):
JSON.parse(this.$route.query.row)