在vue-router里应该这样配置: { path: 'org', component: Parent, children: [ { path: '', name: 'Org', component: Org }, { path: ':id', name: 'example', component: Exapmle, props: true } ] }, 因为你的描述太笼统,所以无法定位到具体问题,可以贴上来代码看看,地址栏不跳转多半是vue-router配置没成功
因为你的描述太笼统,所以无法定位到具体问题,可以贴上来代码看看,地址栏不跳转多半是vue-router配置没成功