30 lines
746 B
JSON
30 lines
746 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/idle/idle",
|
|
"pages/idle/release",
|
|
"pages/my/my",
|
|
"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"
|
|
}
|
|
} |