-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
128 lines (128 loc) · 3.1 KB
/
Copy pathapp.json
File metadata and controls
128 lines (128 loc) · 3.1 KB
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
128
{
"pages": [
"mainPackage/index/index",
"mainPackage/ad_detail/ad_detail",
"mainPackage/category/category",
"mainPackage/profile/profile",
"mainPackage/recommended_detail/recommended_detail",
"mainPackage/login/login"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "船之家",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#666666",
"selectedColor": "#2179FC",
"backgroundColor": "#fff",
"borderStyle": "black",
"position": "bottom",
"list": [
{
"pagePath": "mainPackage/index/index",
"text": "首页",
"iconPath": "/images/index.png",
"selectedIconPath": "/images/index1.png"
},
{
"pagePath": "mainPackage/category/category",
"text": "分类",
"iconPath": "/images/category.png",
"selectedIconPath": "/images/category1.png"
},
{
"pagePath": "mainPackage/profile/profile",
"text": "个人中心",
"iconPath": "/images/profile.png",
"selectedIconPath": "/images/profile1.png"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "位置信息可以为你提供定位服务,发现周边客户"
}
},
"subPackages": [
{
"root": "index_package/",
"pages": [
"pages/push_info/push_info",
"pages/shop_index/shop_index",
"pages/category_list/category_list",
"pages/goods_detail/goods_detail",
"pages/ad_page/ad_page"
]
},
{
"root": "shop_package/",
"pages": [
"pages/service_list/service_list",
"pages/more_list/more_list"
]
},
{
"root": "profile_package/",
"pages": [
"pages/my_collection/my_collection",
"pages/my_chat/my_chat",
"pages/beVip/beVip",
"pages/vip_pay/vip_pay",
"pages/shop_manage/shop_manage",
"pages/business_join/business_join",
"pages/my_push/my_push"
]
},
{
"root": "shopManage_package/",
"pages": [
"pages/shop_category/shop_category",
"pages/my_goods/my_goods",
"pages/slider_img/slider_img",
"pages/my_shop/my_shop",
"pages/edit_goods/edit_goods"
]
},
{
"root": "join_package/",
"pages": [
"pages/my_check/my_check",
"pages/check_reason/check_reason"
]
}
],
"preloadRule": {
"mainPackage/index/index": {
"network": "all",
"packages": [
"index_package/"
]
},
"index_package/pages/shop_index/shop_index": {
"network": "all",
"packages": [
"shop_package/"
]
},
"mainPackage/profile/profile": {
"network": "all",
"packages": [
"profile_package/"
]
},
"profile_package/pages/shop_manage/shop_manage": {
"network": "all",
"packages": [
"shopManage_package/"
]
},
"profile_package/pages/business_join/business_join": {
"network": "all",
"packages": [
"join_package/"
]
}
}
}