mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-11 01:10:29 +08:00
chore(frontend): add static frontend build artifacts (portal, front_acs, etc.)
Made-with: Cursor Former-commit-id: 571c9a99ee26d90505e550c287eb8ad8d743ff8d
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user