摘要:
方式一:query传参 //传参 go(){ that.$router.push({ path:'/order',//跳转路径 name: 'Order',//跳转路径的name值,不写跳转后页面取不到参数 // 参数 query: { name: 'name', dataObj: {} } }) 阅读全文
摘要:
方法一 路径:http://localhost:8080/#/index/1 cardData.projectId 是传过去的值 路由: 参数使用:this.$route.params.id(这个id跟上图路由的配置有关) 方法二 路径:http://localhost:8080/#/index?n 阅读全文