src/api/system/menu.api.ts @@ -179,7 +179,7 @@ /** RouteVO,路由对象 */ export interface RouteVO { /** 子路由列表 */ children: RouteVO[]; children?: RouteVO[]; /** 组件路径 */ component?: string; /** 路由属性 */