33 lines
787 B
JSON
33 lines
787 B
JSON
{
|
|
"pages": [
|
|
"pages/idle/idle",
|
|
"pages/idle/release",
|
|
"pages/my/my",
|
|
"pages/my/ucenter",
|
|
"pages/goods/goods",
|
|
"pages/goods/detail",
|
|
"pages/login/login",
|
|
"pages/login/disclaimers",
|
|
"pages/estate/estate"
|
|
],
|
|
"subPackages": [],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"navigationStyle": "custom",
|
|
"backgroundColor": "#FFFFFF",
|
|
"backgroundTextStyle": "light"
|
|
},
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "您的位置信息,将用于附近小区查询!"
|
|
}
|
|
},
|
|
"requiredPrivateInfos": [
|
|
"getLocation"
|
|
],
|
|
"usingComponents": {
|
|
"nothing-page": "/components/nothing/nothing-page",
|
|
"status-nav": "/components/status-nav/status-nav"
|
|
}
|
|
} |