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
| {
| "pages": [
| "pages/actionChange/agencyPage/index",
| "pages/login/login",
| "pages/login/register/register",
| "pages/actionChange/newPage/index",
| "pages/actionChange/workOrderDetails/index",
| "pages/actionChange/myInfor/index"
| ],
| "subPackages": [],
| "tabBar": {
| "color": "#515151",
| "selectedColor": "#3875C5",
| "list": [
| {
| "text": "首页",
| "pagePath": "pages/actionChange/agencyPage/index",
| "iconPath": "static/img/shouye.png",
| "selectedIconPath": "static/img/shouyeClick.png"
| },
| {
| "text": "新建交办单",
| "pagePath": "pages/actionChange/newPage/index",
| "iconPath": "static/img/xinjian.png",
| "selectedIconPath": "static/img/xinjianClick.png"
| },
| {
| "text": "我的",
| "iconPath": "static/img/wode-.png",
| "selectedIconPath": "static/img/wodeClick.png",
| "pagePath": "pages/actionChange/myInfor/index"
| }
| ]
| },
| "usingComponents": {}
| }
|
|