chore(frontend): add static frontend build artifacts (portal, front_acs, etc.)

Made-with: Cursor

Former-commit-id: 571c9a99ee26d90505e550c287eb8ad8d743ff8d
This commit is contained in:
反编译工作区
2026-04-27 13:40:23 +08:00
parent 038f846dad
commit 0c56a3e599
3008 changed files with 39475 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
[
{
"code": "device",
"status": 1,
"name": "设备管理",
"url": "/device",
"orderBy": 1,
"path": "/device"
},
{
"code": "device-management",
"status": 1,
"name": "设备管理",
"url": "/device/management",
"orderBy": 2,
"path": "/device/management"
},
{
"code": "device-add",
"status": 1,
"name": "新增设备",
"url": "/device/add",
"orderBy": 3,
"path": "/device/add"
},
{
"code": "device-detail",
"status": 1,
"name": "设备详情",
"url": "/device/detail",
"orderBy": 4,
"path": "/device/detail"
}
]
@@ -0,0 +1,28 @@
{
"success": true,
"data":
[
{
"value": "选项1",
"label": "黄金糕"
},
{
"value": "选项2",
"label": "双皮奶"
},
{
"value": "选项3",
"label": "蚵仔煎"
},
{
"value": "选项4",
"label": "龙须面"
},
{
"value": "选项5",
"label": "北京烤鸭"
}
]
}