摘要: 路由跳转的几种方式 js { path: '/CoursePlay/:cid/:ctype', name: 'CoursePlay/:rid', component: CoursePlay } this.$router.push({ path: }) //${cid}是变量 js { path: ' 阅读全文
posted @ 2019-04-30 11:08 十年后2028 阅读(101) 评论(0) 推荐(0)