29 lines
726 B
JSON
29 lines
726 B
JSON
|
{
|
||
|
"pages": [
|
||
|
"pages/index/index",
|
||
|
"pages/my/my",
|
||
|
"pages/release/release",
|
||
|
"pages/my/ucenter",
|
||
|
"pages/goods/goods",
|
||
|
"pages/goods/detail",
|
||
|
"pages/login/login",
|
||
|
"pages/login/disclaimers"
|
||
|
],
|
||
|
"subPackages": [],
|
||
|
"window": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarBackgroundColor": "#FFFFFF",
|
||
|
"navigationStyle": "custom",
|
||
|
"backgroundColor": "#FFFFFF",
|
||
|
"backgroundTextStyle": "light"
|
||
|
},
|
||
|
"permission": {
|
||
|
"scope.userLocation": {
|
||
|
"desc": "您的位置信息将用于小程序位置接口的效果展示"
|
||
|
}
|
||
|
},
|
||
|
"usingComponents": {
|
||
|
"nothing-page": "/components/nothing/nothing-page",
|
||
|
"status-nav": "/components/status-nav/status-nav"
|
||
|
}
|
||
|
}
|