vue 列表页跳转详情页获取id以及详情页通过id获取数据 1.先在router.js中配置路由{path:'/movieDetail/:movieId',name:'movieDetail',component:movieDetail}2.获取详情页 vue获取id