You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
345 lines
8.0 KiB
345 lines
8.0 KiB
3 years ago
|
{
|
||
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
|
// 这三个无法做分包处理,首次加载菜单时需要一起加载
|
||
|
{
|
||
|
"path": "pages/index/index",// 正常首页
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "待办事项"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/workbench/workbench",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "工作台"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/user/user",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "我的"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
// 分包处理
|
||
|
"subPackages":[
|
||
|
// 第一个分包,业务担保模块全在里面
|
||
|
{
|
||
|
"root":"guaranteePages",
|
||
|
"pages":[
|
||
|
{
|
||
|
"path": "pages/application/application",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "业务申请"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/addApplication/addApplication",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "业务申请详情"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/investigation/investigation",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "担保部调查"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/assignAB/assignAB",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "指派AB角"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/investigationSee/investigationSee",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "担保部调查详情"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/asset/asset",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "资产部调查"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/assignCommissioner/assignCommissioner",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "指派资产部专员"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/assetSee/assetSee",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "资产部调查详情"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/Information/Information",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "信息部调查"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/assignInformation/assignInformation",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "指派信息部专员"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/InformationSee/InformationSee",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "信息部调查详情"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/regulation/regulation",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "合规调查"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/assignRegulation/assignRegulation",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "指派合规调查专员"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/regulationSee/regulationSee",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "合规调查详情"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/workMeeting/workMeeting",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "工作会"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/workMeetingSee/workMeetingSee",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "工作会详情"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/reviewJudges/reviewJudges",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "贷审会评委选择"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/review/review",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "贷审会"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/reviewSee/reviewSee",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "贷审会详情"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/letter/letter",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "担保函"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/letterSee/letterSee",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "担保承诺函"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/payment/payment",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "财务确认"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/paymentSee/paymentSee",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "财务确认详情"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/notice/notice",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "放款通知"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/noticeSee/noticeSee",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "放款通知详情"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
// 第二个分包,除了首页和担保模块
|
||
|
{
|
||
|
"root":"workBenchPages",
|
||
|
"pages":[
|
||
|
{
|
||
|
"path": "pages/customer/customer",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "客户资源管理系统",
|
||
|
"backgroundColorTop":"#FFFFFF", // iOS下拉bounce回弹区域的颜色 (与down.bgColor同步)
|
||
|
"backgroundColorBottom":"#FFFFFF", // iOS上拉bounce回弹区域的颜色 (与up.bgColor同步)
|
||
|
"app-plus" : {
|
||
|
"bounce" : "none" //可选: 是否禁止iOS回弹和Android触顶触底的弧形阴影, 默认允许 (可配在 'globalStyle')
|
||
|
},
|
||
|
"mp-alipay":{"allowsBounceVertical":"NO"} //可选: 取消支付宝和钉钉小程序的iOS回弹 (可配在 'globalStyle')
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/guarantee/guarantee",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "担保业务管理系统"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/afterGuarantee/afterGuarantee",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "保后业务管理系统"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/afterLoan/afterLoan",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "保后管理"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/afterLoanSee/afterLoanSee",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "还款记录"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/repaymentRecord/repaymentRecord",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "还款详情"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/callInALoan/callInALoan",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "催收管理"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/callInALoanSee/callInALoanSee",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "催收记录"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/collectionRecord/collectionRecord",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "催收详情"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/addcustomer/addcustomer",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "添加客户信息"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/aboutUs/aboutUs",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "关于我们"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/messageCenter/messageCenter",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "消息中心"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/personalInfo/personalInfo",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "个人信息"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/bindPhone/bindPhone",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "绑定手机号"
|
||
|
}
|
||
|
},
|
||
|
|
||
|
{
|
||
|
"path": "pages/statistics/statistics",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "进度查询"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/refuse/refuse",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "拒绝查询"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/efficiency/efficiency",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "团队效率"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
|
||
|
|
||
|
|
||
|
"globalStyle": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "uni-app",
|
||
|
"navigationBarBackgroundColor": "#F8F8F8",
|
||
|
"backgroundColor": "#F8F8F8",
|
||
|
"backgroundColorTop":"#FFFFFF", // iOS APP真机bounce回弹区域默认灰色,建议统一重置为白色
|
||
|
"usingComponents": {
|
||
|
"ly-tree-node": "/components/ly-tree/ly-tree-node"
|
||
|
}
|
||
|
},
|
||
|
"tabBar": {
|
||
|
"color": "#707070",
|
||
|
"selectedColor": "#00B9FF",
|
||
|
"borderStyle": "black",
|
||
|
"backgroundColor": "#FFF",
|
||
|
"list": [{
|
||
|
"pagePath": "pages/index/index",
|
||
|
"iconPath": "static/img/icon_4_blue.png",
|
||
|
"selectedIconPath": "static/img/icon_4.png",
|
||
|
"text": "待办事项"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/workbench/workbench",
|
||
|
"iconPath": "static/img/icon_5.png",
|
||
|
"selectedIconPath": "static/img/icon_5_blue.png",
|
||
|
"text": "工作台"
|
||
|
}, {
|
||
|
"pagePath": "pages/user/user",
|
||
|
"iconPath": "static/img/icon_2.png",
|
||
|
"selectedIconPath": "static/img/icon_2_blue.png",
|
||
|
"text": "我的"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"condition" : { //模式配置,仅开发期间生效
|
||
|
"current": 0, //当前激活的模式(list 的索引项)
|
||
|
"list": [
|
||
|
{
|
||
|
"name": "", //模式名称
|
||
|
"path": "", //启动页面,必选
|
||
|
"query": "" //启动参数,在页面的onLoad函数里面得到
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|