-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
62 lines (62 loc) · 1.63 KB
/
app.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
{
"pages": [
"pages/login/index",
"pages/driven/index/index",
"pages/driven/line/index/index",
"pages/driven/line/subscribe/index",
"pages/driven/line/subscribeDetail/index",
"pages/driven/searchDetail/index",
"pages/goods_owner/index/index",
"pages/goods_owner/publish/index",
"pages/goods_owner/publishDetail/index",
"pages/user/index/index",
"pages/user/suggest/index/index",
"pages/user/suggest/submit/index",
"pages/user/collection/index",
"pages/selectLang/index",
"pages/user/setting/index",
"pages/agreement/index"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"tabBar": {
"custom": true,
"list": [
{
"pagePath": "pages/goods_owner/index/index",
"text": "货主首页"
},
{
"pagePath": "pages/driven/index/index",
"text": "司机首页"
},
{
"pagePath": "pages/goods_owner/publish/index",
"text": "货主发布"
},
{
"pagePath": "pages/driven/line/index/index",
"text": "司机订阅线路"
},
{
"pagePath": "pages/user/index/index",
"text": "我的"
}
]
},
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"usingComponents": {
"van-toast": "@vant/weapp/toast/index"
},
"requiredPrivateInfos": ["getLocation","chooseAddress","chooseLocation"],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序定位"
}
}
}