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?
我想大声告诉你2017-07-05 10:38:37
The effective situation is passed through push name and params value