韩小韩博客
韩小韩博客 专注于前开发与相关技术的实战分享,涵盖Vue框架、Node.js、Serverless等,并涉及Node、Python、Linux、Docker等领域。同时,博客也分享作者的生活、音乐和旅行的热爱。
马上订阅 韩小韩博客 RSS 更新: https://www.vvhan.com/rss.xml
Vue3 + Vite + Vue Router 4后端返回路由配置动态路由权限管理
2023年7月29日 01:44
动态路由//路由递归处理constAllRouter=import.meta.glob("@/views/**/*.vue");interfaceRouterItem{path:string;name:string;component:()=>any;children?:RouterItem[];m