66 lines
1.5 KiB
JSON
66 lines
1.5 KiB
JSON
|
|
{
|
||
|
|
"pages": [
|
||
|
|
"pages/index/index",
|
||
|
|
"pages/service/list",
|
||
|
|
"pages/booking/quick-booking",
|
||
|
|
"pages/order/list",
|
||
|
|
"pages/order/calendar",
|
||
|
|
"pages/user/index",
|
||
|
|
"pages/service/detail",
|
||
|
|
"pages/teacher/detail",
|
||
|
|
"pages/teacher/list",
|
||
|
|
"pages/auth/role-select",
|
||
|
|
"pages/auth/parent-register",
|
||
|
|
"pages/auth/parent-quick-register",
|
||
|
|
"pages/agreement/user",
|
||
|
|
"pages/agreement/privacy"
|
||
|
|
],
|
||
|
|
"window": {
|
||
|
|
"backgroundTextStyle": "light",
|
||
|
|
"navigationBarBackgroundColor": "#fff",
|
||
|
|
"navigationBarTitleText": "陪读服务平台",
|
||
|
|
"navigationBarTextStyle": "black",
|
||
|
|
"backgroundColor": "#f8f8f8"
|
||
|
|
},
|
||
|
|
"tabBar": {
|
||
|
|
"color": "#7A7E83",
|
||
|
|
"selectedColor": "#3cc51f",
|
||
|
|
"borderStyle": "black",
|
||
|
|
"backgroundColor": "#ffffff",
|
||
|
|
"list": [
|
||
|
|
{
|
||
|
|
"pagePath": "pages/index/index",
|
||
|
|
"text": "首页"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"pagePath": "pages/service/list",
|
||
|
|
"text": "服务"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"pagePath": "pages/order/list",
|
||
|
|
"text": "订单"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"pagePath": "pages/user/index",
|
||
|
|
"text": "我的"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"networkTimeout": {
|
||
|
|
"request": 10000,
|
||
|
|
"downloadFile": 10000
|
||
|
|
},
|
||
|
|
"debug": true,
|
||
|
|
"navigateToMiniProgramAppIdList": [],
|
||
|
|
"permission": {
|
||
|
|
"scope.userLocation": {
|
||
|
|
"desc": "你的位置信息将用于查找附近的服务"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"requiredPrivateInfos": [
|
||
|
|
"getLocation",
|
||
|
|
"chooseAddress"
|
||
|
|
],
|
||
|
|
"lazyCodeLoading": "requiredComponents"
|
||
|
|
}
|