猛跑小猪
跳转:this.$router.push({
path: "/test", //要跳转的路径
query: 需要传递的内容,
});
接收:
接收对象 = this.$route.query