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?
The effective situation is passed through push name and params value
The effective situation is passed through push name and params value