this.$router.push({ path: 'test', query: { type: 2, detail: '哈哈' } })
params要用name來引入this
this.$router.push({ name: 'test', query: { type: 2, detail: '哈哈' } })
http://localhost:8080/detail?type=0&detail=哈哈
http://localhost:8080/detail