javascript - Using vuex-router-sync to store routing information, this.$router params cannot be assigned a value?
代言
代言 2017-07-05 10:36:37
0
1
1014
this.$router.push({
  query: {
    id: record.virtualId
  },
  params: {
    action: 'view'
  }
})

I hope to pass parameters hiddenly through params, but find that this.$route.params does not take effect?

代言
代言

reply all(1)
我想大声告诉你

The effective situation is passed through push name and params value

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!