forked from kieranwv/washer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
39 lines (39 loc) · 940 Bytes
/
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
{
"entryPagePath": "pages/home/index",
"pages": [
"pages/home/index",
"pages/mine/index",
"pages/message/index",
"pages/order/index",
"pages/discount/index",
"pages/wallet/index",
"pages/submit/index",
"pages/wash/index",
"pages/service/index",
"pages/question/index",
"pages/pay/index",
"pages/detail/index",
"pages/exchange/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
},
"sitemapLocation": "sitemap.json",
"usingComponents": {
"Navbar": "./components/navbar/index",
"Icon": "./components/icon/index",
"BlueButton": "./components/button/index"
},
"permission": {
"scope.userLocation": {
"desc": "获取当前定位"
}
},
"requiredPrivateInfos": [
"getLocation"
]
}