{
|
"easycom": {
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
},
|
"pages": [
|
{
|
"path": "pages/index/index",
|
"style": {
|
"navigationStyle": "custom",
|
"enablePullDownRefresh": true
|
}
|
}
|
,{
|
"path" : "pages/ridingDetails/ridingDetails",
|
"style" :
|
{
|
"navigationBarTitleText": "骑行明细",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
,{
|
"path" : "pages/maps/maps",
|
"style" :
|
{
|
"navigationBarTitleText": "站点地图",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
,{
|
"path" : "pages/consumptionDetails/consumptionDetails",
|
"style" :
|
{
|
"navigationBarTitleText": "消费明细",
|
"enablePullDownRefresh": true
|
}
|
|
}
|
,{
|
"path" : "pages/settlementDetails/settlementDetails",
|
"style" :
|
{
|
"navigationBarTitleText": "结算明细",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
,{
|
"path" : "pages/problemReporting/problemReporting",
|
"style" :
|
{
|
"navigationBarTitleText": "车辆问题上报",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
,{
|
"path" : "pages/pricingRules/pricingRules",
|
"style" :
|
{
|
"navigationBarTitleText": "计价规则",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
,{
|
"path" : "pages/specification/specification",
|
"style" :
|
{
|
"navigationBarTitleText": "骑行规范",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
,{
|
"path" : "pages/login/login",
|
"style" :
|
{
|
"navigationBarTitleText": "重新登录",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
,{
|
"path" : "pages/leaseNotice/leaseNotice",
|
"style" :
|
{
|
"navigationBarTitleText": "租赁须知",
|
"enablePullDownRefresh": false
|
}
|
|
},
|
{
|
"path" : "pages/setMenu/setMenu",
|
"style" :
|
{
|
"navigationBarTitleText" : "热销套餐",
|
"navigationBarBackgroundColor": "#ffffff"
|
}
|
},
|
{
|
"path" : "pages/packageDetails/packageDetails",
|
"style" :
|
{
|
"navigationBarTitleText" : "套餐详情",
|
"navigationBarBackgroundColor": "#ffffff"
|
}
|
},
|
{
|
"path" : "pages/paymentPage/paymentPage",
|
"style" :
|
{
|
"navigationBarTitleText" : "支付订单",
|
"navigationBarBackgroundColor": "#ffffff"
|
}
|
}
|
],
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "uni-app",
|
"navigationBarBackgroundColor": "#F8F8F8",
|
"backgroundColor": "#F7F7F7"
|
},
|
"uniIdRouter": {}
|
}
|