添加项目文件。
This commit is contained in:
62
Epost.TestToolsWeb/Content/menujson.json
Normal file
62
Epost.TestToolsWeb/Content/menujson.json
Normal file
@ -0,0 +1,62 @@
|
||||
[
|
||||
{
|
||||
"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" }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
]
|
Reference in New Issue
Block a user