<router-view></router-view> </el-main> 在后台页面使用侧边菜单跳转到路径/#/user/add,页面显示成功,这是很正常的没毛病。 然后我在整第二个嵌套路由的时候就出问题了 // 首页页面的路由 index.js{path:'/',component:Home,redirect:'/home',children: [ {path:'/home',component: clinicList } ] ...