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
| {
| "pages": [
| "pages/learn/learn",
| "pages/login/login",
| "pages/huiyuan/huiyuan"
| ],
| "subPackages": [
| {
| "root": "pagesA",
| "pages": [
| "pages/videoDetails/videoDetails",
| "pages/zhiduDetails/zhiduDetails",
| "pages/zhidu-form/zhidu-form",
| "pages/showhfive/showhfive"
| ]
| },
| {
| "root": "pagesB",
| "pages": [
| "pages/jiaofei/jiaofei",
| "pages/zhuanhuiApplication/zhuanhuiApplication",
| "pages/zhuanhuiStauts/zhuanhuiStauts"
| ]
| }
| ],
| "window": {
| "navigationBarTextStyle": "black",
| "navigationBarTitleText": "智慧工会",
| "navigationBarBackgroundColor": "#fff",
| "backgroundColor": "#fff",
| "pageOrientation": "auto"
| },
| "tabBar": {
| "color": "#7A7E83",
| "selectedColor": "#ff4e00",
| "borderStyle": "black",
| "backgroundColor": "#ffffff",
| "height": "50px",
| "fontSize": "10px",
| "iconWidth": "24px",
| "spacing": "3px",
| "list": [
| {
| "pagePath": "pages/learn/learn",
| "iconPath": "static/icon/learn.png",
| "selectedIconPath": "static/icon/learn2.png",
| "text": "学习"
| },
| {
| "pagePath": "pages/huiyuan/huiyuan",
| "iconPath": "static/icon/huiyuan.png",
| "selectedIconPath": "static/icon/huiyuan2.png",
| "text": "会员"
| }
| ]
| },
| "preloadRule": {
| "pagesA/pages/zhidu-form/zhidu-form": {
| "network": "all",
| "packages": [
| "__APP__"
| ]
| }
| },
| "runmode": "liberate",
| "usingComponents": {},
| "sitemapLocation": "sitemap.json"
| }
|
|