{ this.$router.push("/index"); }">
赞
踩
这个方法需要注意一点,path和params不能同时使用使用了path,params就失效了
解决方法 加入 路由a 跳转到 路由b
路由a
this.$router.push({
name:"Show",
params: {
key:value
}
})
路由b
this.$route.params中就有a传的参数了
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。