不带参数
this.$router.push('/xqgl/ysjhgl/cjysjh'); // 路径:'/xqgl/ysjhgl/cjysjh'
带参数
this.$router.push({name: 'Ysjhdetail', params: {num_id: val}}); // 路径名name
参数获取
created() {
this.pkid = this.$route.par
this.$router.push('/xqgl/ysjhgl/cjysjh'); // 路径:'/xqgl/ysjhgl/cjysjh'
this.$router.push({name: 'Ysjhdetail', params: {num_id: val}}); // 路径名name
created() {
this.pkid = this.$route.par