摘要: 多级路由(多级路由) 配置路由规则,使用children配置项: routes:[ { path:'/about', component:About, }, { path:'/home', component:Home, children:[ //通过children配置子级路由 { path:'n 阅读全文
posted @ 2022-12-29 21:37 安静点-- 阅读(135) 评论(0) 推荐(0)