摘要: 路由传参 1.方案一 // 路由定义 { path: '/describe/:id', name: 'Describe', component: Describe } // 页面传参 this.$router.push({ path: , }) // 页面获取 this.$route.params. 阅读全文
posted @ 2019-12-30 09:43 Sugеr 阅读(226) 评论(0) 推荐(0)