Files
starRiverProperty/frontend/canoe-car/mock/resource.json
T
反编译工作区 0c56a3e599 chore(frontend): add static frontend build artifacts (portal, front_acs, etc.)
Made-with: Cursor

Former-commit-id: 571c9a99ee26d90505e550c287eb8ad8d743ff8d
2026-04-27 13:40:23 +08:00

75 lines
1.4 KiB
JSON

[
{
"code": "car",
"name": "车辆登记",
"url": "/car",
"status": 1,
"orderBy": 1,
"path": "/car"
},
{
"code": "car-list",
"name": "车辆登记",
"url": "/car/list",
"orderBy": 2,
"status": 1,
"path": "/car/list"
},
{
"code": "car-list-page",
"name": "车辆登记",
"url": "/car/list",
"orderBy": 3,
"status": 1,
"path": "/car/list"
},
{
"code": "car-list-history",
"name": "导入记录",
"url": "/car/list/history",
"orderBy": 4,
"status": 1,
"path": "/car/list/history"
},
{
"code": "car-list-importDetail",
"name": "导入详情",
"url": "/car/list/importDetail",
"orderBy": 5,
"status": 1,
"path": "/car/list/importDetail"
},
{
"code": "attribute",
"name": "标签管理",
"url": "/attribute",
"orderBy": 6,
"status": 1,
"path": "/attribute"
},
{
"code": "attribute-list",
"name": "标签管理",
"url": "/attribute/list",
"orderBy": 7,
"status": 1,
"path": "/attribute/list"
},
{
"code": "attribute-list-page",
"name": "标签管理",
"url": "/attribute/list",
"orderBy": 8,
"status": 1,
"path": "/attribute/list"
},
{
"code": "attribute-list-carManage",
"name": "管理车辆",
"url": "/attribute/list/carManage",
"orderBy": 8,
"status": 1,
"path": "/attribute/list/carManage"
}
]