智能停车场管理系统菜单
{
"path": "/workbench",
"component": "/workbench",
"meta": {
"title": "工作台",
"icon": "https://yjy-teach-oss.oss-cn-beijing.aliyuncs.com/smartPark/menu/image/workbench.png"
}
},
{
"path": "/park",
"component": "park",
"meta": {
"title": "园区管理",
"icon": "https://yjy-teach-oss.oss-cn-beijing.aliyuncs.com/smartPark/menu/image/park.png"
},
"children": [
{
"path": "/park/building",
"name": "building",
"component": "/park/building",
"meta": {
"title": "楼宇管理"
}
},
{
"path": "/park/enterprise",
"name": "enterprise",
"component": "/park/enterprise",
"meta": {
"title": "企业管理"
}
}
]
},
{
"path": "/parking",
"component": "layout",
"meta": {
"title": "行车管理",
"icon": "https://yjy-teach-oss.oss-cn-beijing.aliyuncs.com/smartPark/menu/image/car.png"
},
"children": [
{
"path": "/parking/area",
"name": "area",
"component": "/car/area",
"meta": {
"title": "区域管理"
}
},
{
"path": "/parking/monthCard",
"name": "monthCard",
"component": "/car/monthCard",
"meta": {
"title": "月卡管理"
}
},
{
"path": "/parking/pay",
"name": "pay",
"component": "/car/pay",
"meta": {
"title": "停车缴费管理"
}
},
{
"path": "/parking/billing",
"name": "billing",
"component": "/car/billing",
"meta": {
"title": "计费规则管理"
}
}
]
},
{
"path": "/propety/cost",
"component": "/propety/cost",
"meta": {
"title": "物业费管理",
"icon": "https://yjy-teach-oss.oss-cn-beijing.aliyuncs.com/smartPark/menu/image/propety.png"
}
},
{
"path": "/rod",
"component": "rod",
"meta": {
"title": "一体杆管理",
"icon": "https://yjy-teach-oss.oss-cn-beijing.aliyuncs.com/smartPark/menu/image/rod.png"
},
"children": [
{
"path": "/rod/manage",
"name": "manage",
"component": "/rod/manage",
"meta": {
"title": "一体杆管理"
}
},
{
"path": "/rod/warnList",
"name": "warnList",
"component": "/rod/warnList",
"meta": {
"title": "告警记录"
}
}
]
},
{
"path": "/system",
"component": "system",
"meta": {
"title": "系统管理",
"icon": "https://yjy-teach-oss.oss-cn-beijing.aliyuncs.com/smartPark/menu/image/system.png"
},
"children": [
{
"path": "/system/employee",
"name": "employee",
"component": "/system/employee",
"meta": {
"title": "员工管理"
}
},
{
"path": "/system/permission",
"name": "permission",
"component": "/system/permission",
"meta": {
"title": "角色管理"
}
}
]
}
Please note that the layout component needs to be imported and the paths for the components may need adjustment based on your project structure.
原文地址: https://www.cveoy.top/t/topic/qx1M 著作权归作者所有。请勿转载和采集!