摘要: 两种获取地址参数方法 //query方式this.$route.query.变量//动态路由方式this.$route.params.变量 编程式导航 跳转传参 this.$router.push({ path:'', //可手写地址 name:'' //name需要在路由上面配置name属性才可以 阅读全文
posted @ 2021-03-28 19:43 coffeemil 阅读(127) 评论(0) 推荐(0)