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.
249 lines
5.1 KiB
249 lines
5.1 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": "我的"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/customer/customer",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "客户资源管理系统"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/guarantee/guarantee",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "担保业务管理系统"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/addcustomer/addcustomer",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "添加客户信息"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/aboutUs/aboutUs",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "关于我们"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/personalInfo/personalInfo",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "个人信息"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/bindPhone/bindPhone",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "绑定手机号"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"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/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/notice/notice",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "放款通知"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/noticeSee/noticeSee",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "放款通知"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/paymentSee/paymentSee",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "担保承诺函"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/statistics/statistics",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "进度查询"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/refuse/refuse",
|
||
|
"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": "我的"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|