menu.json
924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"lables":["menuName","btnName","favname","title"],
"top":{
"title":"25496",
"icon":"icon-coms-integration",
"iconColor":"#1a57a0",
"tab":{
"datas":[
{
"title": "24893",
"key": "base"
},
{
"title": "131194",
"key": "pull"
},
{
"title": "131272",
"key": "push"
}
],
"keyParam": "key",
"selectedKey": "base",
"advanceHeight": "123"
}
},
"button" :[
{
"btnName":"25496",
"btnType":"primary",
"type":"BTN_TEST"
}
],
"moreButton":[
{
"key": "1",
"type":"BTN_TEST",
"icon": "icon-coms-Preservation",
"btnName": "25496"
}
],
"rightMenus": [
{
"menuIcon": "icon-coms-Preservation",
"isTop": "1",
"menuName": "25496",
"isControl": "0",
"type": "BTN_TEST"
}
]
}