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
| {
| "pages": [
| "pages/takeout/mt",
| "pages/comparePrice/index",
| "pages/movieTicket/index",
| "pages/wxkf/kfweb",
| "pages/classify/index",
| "pages/mine/index",
| "pages/index/ability/index",
| "pages/index/search/index",
| "pages/index/ability/coupon",
| "pages/goodDetail/index",
| "pages/rankingList/index",
| "pages/madBuy/index",
| "pages/takeout/elm",
| "pages/webShow/index"
| ],
| "window": {
| "navigationBarTextStyle": "black",
| "navigationBarTitleText": "uni-app",
| "navigationBarBackgroundColor": "#F8F8F8",
| "backgroundColor": "#F8F8F8"
| },
| "tabBar": {
| "color": "#7A7E83",
| "selectedColor": "#FEA821",
| "borderStyle": "black",
| "backgroundColor": "#F8F8F8",
| "list": [
| {
| "pagePath": "pages/takeout/mt",
| "text": "美团红包",
| "iconPath": "static/menu/wx_ic_mt.png",
| "selectedIconPath": "static/menu/wx_ic_mt_act.png"
| },
| {
| "pagePath": "pages/takeout/elm",
| "text": "饿了么红包",
| "iconPath": "static/menu/wx_ic_elm.png",
| "selectedIconPath": "static/menu/wx_ic_elm_act.png"
| },
| {
| "pagePath": "pages/comparePrice/index",
| "iconPath": "static/menu/wx_ic_sou.png",
| "selectedIconPath": "static/menu/wx_ic_sou_act.png",
| "text": "搜优惠券"
| },
| {
| "pagePath": "pages/movieTicket/index",
| "iconPath": "static/menu/wx_ic_mov.png",
| "selectedIconPath": "static/menu/wx_ic_mov_act.png",
| "text": "电影票"
| }
| ]
| },
| "lazyCodeLoading": "requiredComponents",
| "navigateToMiniProgramAppIDList": [
| "wx67eecd52133af7b5",
| "wx91d27dbf599dff74",
| "wx32540bd863b27570",
| "wx89752980e795bfde"
| ],
| "plugins": {
| "jtkMovie": {
| "version": "1.1.4",
| "provider": "wx89752980e795bfde"
| }
| },
| "permission": {
| "scope.userLocation": {
| "desc": "获取用户当前位置进行定位操作"
| }
| },
| "usingComponents": {}
| }
|
|