mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 08:20:31 +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:
Executable
+98
@@ -0,0 +1,98 @@
|
||||
[
|
||||
{
|
||||
"code": "region-map",
|
||||
"name": "地图设置",
|
||||
"url": "/regionMap",
|
||||
"status": 1,
|
||||
"orderBy": 3,
|
||||
"path": "/regionMap"
|
||||
},
|
||||
{
|
||||
"code": "region-map-list",
|
||||
"name": "地图设置",
|
||||
"url": "/regionMap/list",
|
||||
"orderBy": 4,
|
||||
"status": 1,
|
||||
"path": "/regionMap/list"
|
||||
},
|
||||
{
|
||||
"code": "new-area-map-list",
|
||||
"name": "新建地图设置",
|
||||
"url": "/regionMap/list/newArea",
|
||||
"orderBy": 5,
|
||||
"status": 1,
|
||||
"path": "/regionMap/list/newArea?hidden"
|
||||
},
|
||||
{
|
||||
"code": "update-area-map-list",
|
||||
"name": "更新地图设置",
|
||||
"url": "/regionMap/listupdateArea",
|
||||
"orderBy": 6,
|
||||
"status": 1,
|
||||
"path": "/regionMap/list/updateArea?hidden"
|
||||
},
|
||||
{
|
||||
"code": "resource-alarm",
|
||||
"name": "监控报警",
|
||||
"url": "/resourceAlarm",
|
||||
"orderBy": 7,
|
||||
"status": 1,
|
||||
"path": "/resourceAlarm"
|
||||
},
|
||||
{
|
||||
"code": "resource-alarm-list",
|
||||
"name": "监控报警",
|
||||
"url": "/resourceAlarm/list",
|
||||
"orderBy": 8,
|
||||
"status": 1,
|
||||
"path": "/resourceAlarm/list"
|
||||
},
|
||||
{
|
||||
"code": "device-area",
|
||||
"name": "设备区域",
|
||||
"url": "/deviceArea",
|
||||
"orderBy": 9,
|
||||
"status": 1,
|
||||
"path": "/deviceArea"
|
||||
},
|
||||
{
|
||||
"code": "device-area-list",
|
||||
"name": "设备区域",
|
||||
"url": "/deviceArea/list",
|
||||
"orderBy": 10,
|
||||
"status": 1,
|
||||
"path": "/deviceArea/list"
|
||||
},
|
||||
{
|
||||
"code": "param-config",
|
||||
"name": "参数设置",
|
||||
"url": "/paramConfig",
|
||||
"orderBy": 11,
|
||||
"status": 1,
|
||||
"path": "/paramConfig"
|
||||
},
|
||||
{
|
||||
"code": "param-config-list",
|
||||
"name": "参数设置",
|
||||
"url": "/paramConfig/list",
|
||||
"orderBy": 12,
|
||||
"status": 1,
|
||||
"path": "/paramConfig/list"
|
||||
},
|
||||
{
|
||||
"code": "about",
|
||||
"name": "关于轻舟",
|
||||
"url": "/about",
|
||||
"orderBy": 13,
|
||||
"status": 1,
|
||||
"path": "/about"
|
||||
},
|
||||
{
|
||||
"code": "about-list",
|
||||
"name": "关于轻舟",
|
||||
"url": "/about/list",
|
||||
"orderBy": 14,
|
||||
"status": 1,
|
||||
"path": "/about/list"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user