-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpages.json
127 lines (127 loc) · 2.71 KB
/
pages.json
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"pages": [{
"path": "pages/login",
"style": {
"navigationBarTitleText": ""
}
}, {
"path": "pages/index",
"style": {
"navigationBarTitleText": "首頁"
}
}, {
"path": "pages/work/index",
"style": {
"navigationBarTitleText": "工作台"
}
}, {
"path": "pages/mine/index",
"style": {
"navigationBarTitleText": "我的"
}
}, {
"path": "pages/mine/avatar/index",
"style": {
"navigationBarTitleText": "修改头像"
}
}, {
"path": "pages/mine/info/index",
"style": {
"navigationBarTitleText": "个人信息"
}
}, {
"path": "pages/mine/info/edit",
"style": {
"navigationBarTitleText": "编辑资料"
}
}, {
"path": "pages/mine/pwd/index",
"style": {
"navigationBarTitleText": "修改密码"
}
}, {
"path": "pages/mine/setting/index",
"style": {
"navigationBarTitleText": "应用设置"
}
}, {
"path": "pages/mine/help/index",
"style": {
"navigationBarTitleText": "常见问题"
}
}, {
"path": "pages/mine/about/index",
"style": {
"navigationBarTitleText": "关于我们"
}
}, {
"path": "pages/common/webview/index",
"style": {
"navigationBarTitleText": "浏览网页"
}
}, {
"path": "pages/common/textview/index",
"style": {
"navigationBarTitleText": "浏览文本"
}
}, {
"path": "pages/work/connect/card/diagnosis",
"style": {
"navigationBarTitleText": "智能诊断"
}
},{
"path": "pages/notify/index",
"style": {
"navigationBarTitleText": "消息"
}
},{
"path": "pages/work/connect/card/cardInfoDetals",
"style": {
"navigationBarTitleText": "卡信息查询"
}
},{
"path": "pages/work/connect/card/usedRecord",
"style": {
"navigationBarTitleText": "用量记录"
}
},{
"path": "pages/work/connect/card/cardSession",
"style": {
"navigationBarTitleText": "会话记录"
}
},{
"path": "pages/work/connect/card/cardApiBusinessHandling",
"style": {
"navigationBarTitleText": "业务办理"
}
},{
"path": "pages/IoTOS",
"style": {
"navigationBarTitleText": "IoTOS"
}
}
],
"tabBar": {
"height":"0px!important",
"width": "0px!important",
"bottom":"0",
"display":"none",
"list": [{
"pagePath": "pages/index"
}, {
"pagePath": "pages/work/index"
}, {
"pagePath": "pages/mine/index"
}, {
"pagePath": "pages/notify/index"
}, {
"pagePath": "pages/IoTOS"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "IoTOS",
"navigationBarBackgroundColor": "#FFFFFF"
}
}