Files
T-DAS/Epost.TestToolsWeb/Content/menujson.json

62 lines
1.2 KiB
JSON
Raw Normal View History

2023-01-13 15:30:20 +08:00
[
{
"id": "0",
"text": "控制器管理",
"iconCls": "icon-hamburg-docs",
"attributes": {
"iniframe": true,
"closable": true,
"refreshable": true,
"selected": true
},
"children": [
{
"id": "101",
"text": "控制器列表",
"pid": "1",
"attributes": { "href": "/Control/ControlList" }
},
{
"id": "102",
"text": "标签列表",
"pid": "1",
"attributes": { "href": "/Label/LabelList" }
},
{
"id": "105",
"text": "设置地址",
"pid": "1",
"attributes": { "href": "/Set/SetAddress" }
},
{
"id": "103",
"text": "压力测试",
"pid": "1",
"attributes": { "href": "/Label/PressureTest" }
},
{
"id": "104",
"text": "设备演示",
"pid": "1",
"attributes": { "href": "/Label/EquipmentDemo" }
}
,
{
"id": "105",
"text": "设置FN",
"pid": "1",
"attributes": { "href": "/Set/SetFN" }
},
{
"id": "106",
"text": "系统工具",
"pid": "1",
"attributes": { "href": "/Set/SystemTools" }
}
]
}
]