{
|
"easycom": {
|
"autoscan": true,
|
"custom": {
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
}
|
},
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
{
|
"path": "pages/loan/index",
|
"style": {
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/me/index",
|
"style": {
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/index/index",
|
"style": {
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/login/index",
|
"style": {
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/protocol/index",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/setting/index",
|
"style": {
|
"navigationBarTitleText": "系统设置"
|
}
|
},
|
|
{
|
"path": "pages/cooperate/index",
|
"style": {
|
"navigationBarTitleText": "",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/support/index",
|
"style": {
|
"navigationBarTitleText": "客服与投诉"
|
}
|
},
|
{
|
"path": "pages/order-form/index",
|
"style": {
|
"navigationBarTitleText": "订单中心"
|
}
|
},
|
{
|
"path": "pages/attestation/index",
|
"style": {
|
"navigationBarTitleText": "身份认证"
|
}
|
},
|
{
|
"path": "pages/apply/index",
|
"style": {
|
"navigationBarTitleText": "额度申请"
|
}
|
},
|
{
|
"path": "pages/apply/steps-b",
|
"style": {
|
"navigationBarTitleText": "额度申请"
|
}
|
},
|
{
|
"path": "pages/apply/steps-c",
|
"style": {
|
"navigationBarTitleText": "额度申请"
|
}
|
},
|
{
|
"path": "pages/apply/steps-d",
|
"style": {
|
"navigationBarTitleText": "",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/approve/index",
|
"style": {
|
"navigationBarTitleText": "系统审核"
|
}
|
},
|
{
|
"path": "pages/progress/index",
|
"style": {
|
"navigationBarTitleText": "借款进度"
|
}
|
},
|
{
|
"path": "pages/result/index",
|
"style": {
|
"navigationBarTitleText": "借款结果"
|
}
|
},
|
{
|
"path": "pages/result/not",
|
"style": {
|
"navigationBarTitleText": "宜呗"
|
}
|
},
|
{
|
"path": "pages/result/details",
|
"style": {
|
"navigationBarTitleText": "还款详情"
|
}
|
},
|
{
|
"path": "pages/repayment/plan/index",
|
"style": {
|
"navigationBarTitleText": "还款计划"
|
}
|
},
|
{
|
"path": "pages/sign/index",
|
"style": {
|
"navigationBarTitleText": "银行卡绑卡"
|
}
|
},
|
{
|
"path": "pages/replace/index",
|
"style": {
|
"navigationBarTitleText": "更换银行卡"
|
}
|
},
|
{
|
"path": "pages/code/index",
|
"style": {
|
"navigationBarTitleText": "借款"
|
}
|
},
|
{
|
"path": "pages/details/borrow/index",
|
"style": {
|
"navigationBarTitleText": "借款"
|
}
|
},
|
{
|
"path": "pages/details/index",
|
"style": {
|
"navigationBarTitleText": "还款详情",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/web/index",
|
"style": {
|
"navigationBarTitleText": "在线客服 "
|
}
|
},
|
{
|
"path": "pages/gift/index",
|
"style": {
|
"navigationBarTitleText": "超级会员"
|
}
|
},
|
{
|
"path": "pages/vip/index",
|
"style": {
|
"navigationBarTitleText": "购买VIP会员"
|
}
|
},
|
{
|
"path": "pages/details/confirm/index",
|
"style": {
|
"navigationBarTitleText": "还款详情"
|
}
|
},
|
{
|
"path": "pages/mp_ecard_sdk/index/index",
|
"style": {
|
"navigationBarTitleText": "腾讯云E证通授权"
|
}
|
}
|
],
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "",
|
"navigationBarBackgroundColor": "#FFFFFF",
|
"backgroundColor": "#FFFFFF"
|
},
|
"uniIdRouter": {}
|
}
|