# 个人管理系统模板 **Repository Path**: xiao_zhang_yang/mymanage ## Basic Information - **Project Name**: 个人管理系统模板 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ant_design_man ## 路由表数据结构 ```js routerInfo: [ { id: 1, menutitle: "dashboard", content: "仪表盘", icon: "dashboard", children: [ { url: "/dashboard/analyze", content: "数据分析", }, ], }, ]; ```