Commit 977e0000 authored by ly's avatar ly

贷超路由

parent 5eca05ec
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/sort/index",
"style": {
"navigationBarTitleText": "款式"
}
},
{
"path": "pages/my/index",
"style": {
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/recruit/index",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "鉴定师招聘"
}
},
{
"path": "pages/recruitResult/index",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/category/category",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "选择鉴定品类"
}
},
{
"path": "pages/application/application",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "我的鉴定申请"
}
},
{
"path": "pages/myneed/myneed",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "我需要的"
}
},
{
"path": "pages/Ineed/Ineed",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "我需要"
}
},
{
"path": "pages/productDetails/productDetails",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "商品详情"
}
},
{
"path": "pages/detailResult/detailResult",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/useFeed/useFeed",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "用户反馈"
}
},
{
"path": "pages/lookGoods/lookGoods",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": ""
}
},
{
"path": "pages/login/login",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/prolist/prolist",
"style": {
"navigationBarTitleText": "相关协议"
}
},
{
"path": "pages/setting/setting",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/webview/webview",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": ""
}
},
{
"path": "pages/web/web",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": ""
}
},
{
"path": "pages/agreement/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"bounce": "none",
"animationType": "fade-in",
"background": "transparent",
"backgroundColor": "rgba(0,0,0,0)",
"webviewBGTransparent": true,
"mask": "none",
"popGesture": "none"
}
}
}
],
"tabBar": {
"borderStyle": "white",
"color": "#BBBBBB",
"selectedColor": "#2263E6",
"iconWidth": "24px",
"height": "52px",
"fontSize": "12px",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/tab/index-h.png",
"selectedIconPath": "static/tab/index.png",
"text": "首页"
},
{
"pagePath": "pages/sort/index",
"iconPath": "static/tab/sort-h.png",
"selectedIconPath": "static/tab/sort.png",
"text": "分类"
},
{
"pagePath": "pages/my/index",
"iconPath": "static/tab/my-h.png",
"selectedIconPath": "static/tab/my.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8F8F8",
"app-plus": {
"bounce": "none"
}
},
"uniIdRouter":{
"loginPage": "pages/login/login",
"needLogin":[
"pages/my/index"
],
"resToLogin":true
}
}
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/sort/index",
"style": {
"navigationBarTitleText": "款式"
}
},
{
"path": "pages/my/index",
"style": {
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/recruit/index",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "鉴定师招聘"
}
},
{
"path": "pages/recruitResult/index",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/category/category",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "选择鉴定品类"
}
},
{
"path": "pages/application/application",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "我的鉴定申请"
}
},
{
"path": "pages/myneed/myneed",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "我需要的"
}
},
{
"path": "pages/Ineed/Ineed",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "我需要"
}
},
{
"path": "pages/productDetails/productDetails",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "商品详情"
}
},
{
"path": "pages/detailResult/detailResult",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/useFeed/useFeed",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "用户反馈"
}
},
{
"path": "pages/lookGoods/lookGoods",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": ""
}
},
{
"path": "pages/login/login",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/prolist/prolist",
"style": {
"navigationBarTitleText": "相关协议"
}
},
{
"path": "pages/setting/setting",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/webview/webview",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": ""
}
},
{
"path": "pages/bill/index",
"style": {
"navigationBarTitleText": "账单"
}
},
{
"path": "pages/application/application",
"style": {
"navigationBarTitleText": "申请记录"
}
},
{
"path": "pages/auth/auth",
"style": {
"navigationBarTitleText": "实名认证"
}
},
{
"path": "pages/face/face",
"style": {
"navigationBarTitleText": "人脸认证"
}
},
{
"path": "pages/baseInfo/baseInfo",
"style": {
"navigationBarTitleText": "基础信息"
}
},
{
"path": "pages/creditResult/creditResult",
"style": {
// "navigationBarTitleText": "授信审核",
"navigationStyle": "custom"
}
},
{
"path": "pages/feedback/feedback",
"style": {
"navigationBarTitleText": "意见反馈"
}
},
{
"path": "pages/addBank/addBank",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "添加银行卡"
}
},
{
"path": "pages/loan/loan",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "借款申请"
}
},
{
"path": "pages/loanResult/loanResult",
"style": {
// "enablePullDownRefresh": false,
// "navigationBarTitleText": "申请完成",
"navigationStyle": "custom"
}
},
{
"path": "pages/billDetail/billDetail",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "账单详情"
}
},
{
"path": "pages/repayment/repayment",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "还款金额确认"
}
},
{
"path": "pages/pay/pay",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "支付"
}
},
{
"path": "pages/payResult/payResult",
"style": {
// "enablePullDownRefresh": false,
// "navigationBarTitleText": "支付结果",
"navigationStyle": "custom"
}
},
{
"path": "pages/lookBank/lookBank",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "支持的银行卡"
}
},
{
"path": "pages/web/web",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": ""
}
},
{
"path": "pages/agreement/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"bounce": "none",
"animationType": "fade-in",
"background": "transparent",
"backgroundColor": "rgba(0,0,0,0)",
"webviewBGTransparent": true,
"mask": "none",
"popGesture": "none"
}
}
}
],
"tabBar": {
"borderStyle": "white",
"color": "#BBBBBB",
"selectedColor": "#2263E6",
"iconWidth": "24px",
"height": "52px",
"fontSize": "12px",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/tab/index-h.png",
"selectedIconPath": "static/tab/index.png",
"text": "首页"
},
{
"pagePath": "pages/sort/index",
"iconPath": "static/tab/sort-h.png",
"selectedIconPath": "static/tab/sort.png",
"text": "分类"
},
{
"pagePath": "pages/my/index",
"iconPath": "static/tab/my-h.png",
"selectedIconPath": "static/tab/my.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8F8F8",
"app-plus": {
"bounce": "none"
}
},
"uniIdRouter":{
"loginPage": "pages/login/login",
"needLogin":[
"pages/my/index"
],
"resToLogin":true
}
}
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/sort/index",
"style": {
"navigationBarTitleText": "款式"
}
},
{
"path": "pages/my/index",
"style": {
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/recruit/index",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "鉴定师招聘"
}
},
{
"path": "pages/recruitResult/index",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/category/category",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "选择鉴定品类"
}
},
{
"path": "pages/application/application",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "我的鉴定申请"
}
},
{
"path": "pages/myneed/myneed",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "我需要的"
}
},
{
"path": "pages/Ineed/Ineed",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "我需要"
}
},
{
"path": "pages/productDetails/productDetails",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "商品详情"
}
},
{
"path": "pages/detailResult/detailResult",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/useFeed/useFeed",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "用户反馈"
}
},
{
"path": "pages/lookGoods/lookGoods",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": ""
}
},
{
"path": "pages/login/login",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/prolist/prolist",
"style": {
"navigationBarTitleText": "相关协议"
}
},
{
"path": "pages/setting/setting",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/webview/webview",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": ""
}
},
{
"path": "pages/bill/index",
"style": {
"navigationBarTitleText": "账单"
}
},
{
"path": "pages/application/application",
"style": {
"navigationBarTitleText": "申请记录"
}
},
{
"path": "pages/auth/auth",
"style": {
"navigationBarTitleText": "实名认证"
}
},
{
"path": "pages/face/face",
"style": {
"navigationBarTitleText": "人脸认证"
}
},
{
"path": "pages/baseInfo/baseInfo",
"style": {
"navigationBarTitleText": "基础信息"
}
},
{
"path": "pages/creditResult/creditResult",
"style": {
// "navigationBarTitleText": "授信审核",
"navigationStyle": "custom"
}
},
{
"path": "pages/feedback/feedback",
"style": {
"navigationBarTitleText": "意见反馈"
}
},
{
"path": "pages/addBank/addBank",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "添加银行卡"
}
},
{
"path": "pages/loan/loan",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "借款申请"
}
},
{
"path": "pages/loanResult/loanResult",
"style": {
// "enablePullDownRefresh": false,
// "navigationBarTitleText": "申请完成",
"navigationStyle": "custom"
}
},
{
"path": "pages/billDetail/billDetail",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "账单详情"
}
},
{
"path": "pages/repayment/repayment",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "还款金额确认"
}
},
{
"path": "pages/pay/pay",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "支付"
}
},
{
"path": "pages/payResult/payResult",
"style": {
// "enablePullDownRefresh": false,
// "navigationBarTitleText": "支付结果",
"navigationStyle": "custom"
}
},
{
"path": "pages/lookBank/lookBank",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "支持的银行卡"
}
},
{
"path": "pages/web/web",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": ""
}
},
{
"path": "pages/agreement/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"bounce": "none",
"animationType": "fade-in",
"background": "transparent",
"backgroundColor": "rgba(0,0,0,0)",
"webviewBGTransparent": true,
"mask": "none",
"popGesture": "none"
}
}
}
],
"tabBar": {
"borderStyle": "white",
"color": "#BBBBBB",
"selectedColor": "#2263E6",
"iconWidth": "24px",
"height": "52px",
"fontSize": "12px",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/tab/index-h.png",
"selectedIconPath": "static/tab/index.png",
"text": "首页"
},
{
"pagePath": "pages/sort/index",
"iconPath": "static/tab/sort-h.png",
"selectedIconPath": "static/tab/sort.png",
"text": "分类"
},
{
"pagePath": "pages/my/index",
"iconPath": "static/tab/my-h.png",
"selectedIconPath": "static/tab/my.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8F8F8",
"app-plus": {
"bounce": "none"
}
},
"uniIdRouter":{
"loginPage": "pages/login/login",
"needLogin":[
"pages/my/index"
],
"resToLogin":true
}
}
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/sort/index",
"style": {
"navigationBarTitleText": "款式"
}
},
{
"path": "pages/my/index",
"style": {
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/recruit/index",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "鉴定师招聘"
}
},
{
"path": "pages/recruitResult/index",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/category/category",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "选择鉴定品类"
}
},
{
"path": "pages/application/application",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "我的鉴定申请"
}
},
{
"path": "pages/myneed/myneed",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "我需要的"
}
},
{
"path": "pages/Ineed/Ineed",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "我需要"
}
},
{
"path": "pages/productDetails/productDetails",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "商品详情"
}
},
{
"path": "pages/detailResult/detailResult",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/useFeed/useFeed",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "用户反馈"
}
},
{
"path": "pages/lookGoods/lookGoods",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": ""
}
},
{
"path": "pages/login/login",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/prolist/prolist",
"style": {
"navigationBarTitleText": "相关协议"
}
},
{
"path": "pages/setting/setting",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/webview/webview",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": ""
}
},
{
"path": "pages/bill/index",
"style": {
"navigationBarTitleText": "账单"
}
},
{
"path": "pages/application/application",
"style": {
"navigationBarTitleText": "申请记录"
}
},
{
"path": "pages/auth/auth",
"style": {
"navigationBarTitleText": "实名认证"
}
},
{
"path": "pages/face/face",
"style": {
"navigationBarTitleText": "人脸认证"
}
},
{
"path": "pages/baseInfo/baseInfo",
"style": {
"navigationBarTitleText": "基础信息"
}
},
{
"path": "pages/creditResult/creditResult",
"style": {
// "navigationBarTitleText": "授信审核",
"navigationStyle": "custom"
}
},
{
"path": "pages/feedback/feedback",
"style": {
"navigationBarTitleText": "意见反馈"
}
},
{
"path": "pages/addBank/addBank",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "添加银行卡"
}
},
{
"path": "pages/loan/loan",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "借款申请"
}
},
{
"path": "pages/loanResult/loanResult",
"style": {
// "enablePullDownRefresh": false,
// "navigationBarTitleText": "申请完成",
"navigationStyle": "custom"
}
},
{
"path": "pages/billDetail/billDetail",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "账单详情"
}
},
{
"path": "pages/repayment/repayment",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "还款金额确认"
}
},
{
"path": "pages/pay/pay",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "支付"
}
},
{
"path": "pages/payResult/payResult",
"style": {
// "enablePullDownRefresh": false,
// "navigationBarTitleText": "支付结果",
"navigationStyle": "custom"
}
},
{
"path": "pages/lookBank/lookBank",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "支持的银行卡"
}
},
{
"path": "pages/web/web",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": ""
}
},
{
"path": "pages/agreement/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"bounce": "none",
"animationType": "fade-in",
"background": "transparent",
"backgroundColor": "rgba(0,0,0,0)",
"webviewBGTransparent": true,
"mask": "none",
"popGesture": "none"
}
}
}
],
"tabBar": {
"borderStyle": "white",
"color": "#BBBBBB",
"selectedColor": "#2263E6",
"iconWidth": "24px",
"height": "52px",
"fontSize": "12px",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/tab/index-h.png",
"selectedIconPath": "static/tab/index.png",
"text": "首页"
},
{
"pagePath": "pages/sort/index",
"iconPath": "static/tab/sort-h.png",
"selectedIconPath": "static/tab/sort.png",
"text": "分类"
},
{
"pagePath": "pages/my/index",
"iconPath": "static/tab/my-h.png",
"selectedIconPath": "static/tab/my.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8F8F8",
"app-plus": {
"bounce": "none"
}
},
"uniIdRouter":{
"loginPage": "pages/login/login",
"needLogin":[
"pages/my/index"
],
"resToLogin":true
}
}
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/sort/index",
"style": {
"navigationBarTitleText": "款式"
}
},
{
"path": "pages/my/index",
"style": {
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/recruit/index",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "鉴定师招聘"
}
},
{
"path": "pages/recruitResult/index",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/category/category",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "选择鉴定品类"
}
},
{
"path": "pages/application/application",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "我的鉴定申请"
}
},
{
"path": "pages/myneed/myneed",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "我需要的"
}
},
{
"path": "pages/Ineed/Ineed",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "我需要"
}
},
{
"path": "pages/productDetails/productDetails",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "商品详情"
}
},
{
"path": "pages/detailResult/detailResult",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/useFeed/useFeed",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "用户反馈"
}
},
{
"path": "pages/lookGoods/lookGoods",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": ""
}
},
{
"path": "pages/login/login",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/prolist/prolist",
"style": {
"navigationBarTitleText": "相关协议"
}
},
{
"path": "pages/setting/setting",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/webview/webview",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": ""
}
},
{
"path": "pages/indexfinance/index",
"style": {
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/myfinance/index",
"style": {
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/bill/index",
"style": {
"navigationBarTitleText": "账单"
}
},
{
"path": "pages/application/application",
"style": {
"navigationBarTitleText": "申请记录"
}
},
{
"path": "pages/auth/auth",
"style": {
"navigationBarTitleText": "实名认证"
}
},
{
"path": "pages/face/face",
"style": {
"navigationBarTitleText": "人脸认证"
}
},
{
"path": "pages/baseInfo/baseInfo",
"style": {
"navigationBarTitleText": "基础信息"
}
},
{
"path": "pages/creditResult/creditResult",
"style": {
// "navigationBarTitleText": "授信审核",
"navigationStyle": "custom"
}
},
{
"path": "pages/feedback/feedback",
"style": {
"navigationBarTitleText": "意见反馈"
}
},
{
"path": "pages/addBank/addBank",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "添加银行卡"
}
},
{
"path": "pages/loan/loan",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "借款申请"
}
},
{
"path": "pages/loanResult/loanResult",
"style": {
// "enablePullDownRefresh": false,
// "navigationBarTitleText": "申请完成",
"navigationStyle": "custom"
}
},
{
"path": "pages/billDetail/billDetail",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "账单详情"
}
},
{
"path": "pages/repayment/repayment",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "还款金额确认"
}
},
{
"path": "pages/pay/pay",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "支付"
}
},
{
"path": "pages/payResult/payResult",
"style": {
// "enablePullDownRefresh": false,
// "navigationBarTitleText": "支付结果",
"navigationStyle": "custom"
}
},
{
"path": "pages/lookBank/lookBank",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "支持的银行卡"
}
},
{
"path": "pages/web/web",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": ""
}
},
{
"path": "pages/agreement/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"bounce": "none",
"animationType": "fade-in",
"background": "transparent",
"backgroundColor": "rgba(0,0,0,0)",
"webviewBGTransparent": true,
"mask": "none",
"popGesture": "none"
}
}
}
],
"tabBar": {
"borderStyle": "white",
"color": "#BBBBBB",
"selectedColor": "#2263E6",
"iconWidth": "24px",
"height": "52px",
"fontSize": "12px",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/tab/index-h.png",
"selectedIconPath": "static/tab/index.png",
"text": "首页"
},
{
"pagePath": "pages/sort/index",
"iconPath": "static/tab/sort-h.png",
"selectedIconPath": "static/tab/sort.png",
"text": "分类"
},
{
"pagePath": "pages/my/index",
"iconPath": "static/tab/my-h.png",
"selectedIconPath": "static/tab/my.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8F8F8",
"app-plus": {
"bounce": "none"
}
},
"uniIdRouter":{
"loginPage": "pages/login/login",
"needLogin":[
"pages/my/index"
],
"resToLogin":true
}
}
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/sort/index",
"style": {
"navigationBarTitleText": "款式"
}
},
{
"path": "pages/my/index",
"style": {
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/recruit/index",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "鉴定师招聘"
}
},
{
"path": "pages/recruitResult/index",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/category/category",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "选择鉴定品类"
}
},
{
"path": "pages/application/application",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "我的鉴定申请"
}
},
{
"path": "pages/myneed/myneed",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "我需要的"
}
},
{
"path": "pages/Ineed/Ineed",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "我需要"
}
},
{
"path": "pages/productDetails/productDetails",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "商品详情"
}
},
{
"path": "pages/detailResult/detailResult",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/useFeed/useFeed",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "用户反馈"
}
},
{
"path": "pages/lookGoods/lookGoods",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": ""
}
},
{
"path": "pages/login/login",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/prolist/prolist",
"style": {
"navigationBarTitleText": "相关协议"
}
},
{
"path": "pages/setting/setting",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/webview/webview",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": ""
}
},
{
"path": "pages/indexfinance/index",
"style": {
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/myfinance/index",
"style": {
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/bill/index",
"style": {
"navigationBarTitleText": "账单"
}
},
{
"path": "pages/application/application",
"style": {
"navigationBarTitleText": "申请记录"
}
},
{
"path": "pages/auth/auth",
"style": {
"navigationBarTitleText": "实名认证"
}
},
{
"path": "pages/face/face",
"style": {
"navigationBarTitleText": "人脸认证"
}
},
{
"path": "pages/baseInfo/baseInfo",
"style": {
"navigationBarTitleText": "基础信息"
}
},
{
"path": "pages/creditResult/creditResult",
"style": {
// "navigationBarTitleText": "授信审核",
"navigationStyle": "custom"
}
},
{
"path": "pages/feedback/feedback",
"style": {
"navigationBarTitleText": "意见反馈"
}
},
{
"path": "pages/addBank/addBank",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "添加银行卡"
}
},
{
"path": "pages/loan/loan",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "借款申请"
}
},
{
"path": "pages/loanResult/loanResult",
"style": {
// "enablePullDownRefresh": false,
// "navigationBarTitleText": "申请完成",
"navigationStyle": "custom"
}
},
{
"path": "pages/billDetail/billDetail",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "账单详情"
}
},
{
"path": "pages/repayment/repayment",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "还款金额确认"
}
},
{
"path": "pages/pay/pay",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "支付"
}
},
{
"path": "pages/payResult/payResult",
"style": {
// "enablePullDownRefresh": false,
// "navigationBarTitleText": "支付结果",
"navigationStyle": "custom"
}
},
{
"path": "pages/lookBank/lookBank",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "支持的银行卡"
}
},
{
"path": "pages/web/web",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": ""
}
},
{
"path": "pages/agreement/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"bounce": "none",
"animationType": "fade-in",
"background": "transparent",
"backgroundColor": "rgba(0,0,0,0)",
"webviewBGTransparent": true,
"mask": "none",
"popGesture": "none"
}
}
}
],
"tabBar": {
"borderStyle": "white",
"color": "#BBBBBB",
"selectedColor": "#2263E6",
"iconWidth": "24px",
"height": "52px",
"fontSize": "12px",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/tab/index-h.png",
"selectedIconPath": "static/tab/index.png",
"text": "首页"
},
{
"pagePath": "pages/sort/index",
"iconPath": "static/tab/sort-h.png",
"selectedIconPath": "static/tab/sort.png",
"text": "分类"
},
{
"pagePath": "pages/my/index",
"iconPath": "static/tab/my-h.png",
"selectedIconPath": "static/tab/my.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8F8F8",
"app-plus": {
"bounce": "none"
}
},
"uniIdRouter":{
"loginPage": "pages/login/login",
"needLogin":[
"pages/my/index"
],
"resToLogin":true
}
}
{ {
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{ {
"path": "pages/index/index", "path": "pages/index/index",
"style": { "style": {
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationStyle": "custom", "navigationStyle": "custom",
"app-plus": { "app-plus": {
"bounce": "none" "bounce": "none"
} }
} }
}, },
{ {
"path": "pages/sort/index", "path": "pages/sort/index",
...@@ -120,6 +120,121 @@ ...@@ -120,6 +120,121 @@
"navigationBarTitleText": "" "navigationBarTitleText": ""
} }
}, },
{
"path": "pages/indexfinance/index",
"style": {
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/myfinance/index",
"style": {
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/bill/index",
"style": {
"navigationBarTitleText": "账单"
}
},
{
"path": "pages/application/application",
"style": {
"navigationBarTitleText": "申请记录"
}
},
{
"path": "pages/auth/auth",
"style": {
"navigationBarTitleText": "实名认证"
}
},
{
"path": "pages/face/face",
"style": {
"navigationBarTitleText": "人脸认证"
}
},
{
"path": "pages/baseInfo/baseInfo",
"style": {
"navigationBarTitleText": "基础信息"
}
},
{
"path": "pages/creditResult/creditResult",
"style": {
// "navigationBarTitleText": "授信审核",
"navigationStyle": "custom"
}
},
{
"path": "pages/feedback/feedback",
"style": {
"navigationBarTitleText": "意见反馈"
}
},
{
"path": "pages/addBank/addBank",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "添加银行卡"
}
},
{
"path": "pages/loan/loan",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "借款申请"
}
},
{
"path": "pages/loanResult/loanResult",
"style": {
// "enablePullDownRefresh": false,
// "navigationBarTitleText": "申请完成",
"navigationStyle": "custom"
}
},
{
"path": "pages/billDetail/billDetail",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "账单详情"
}
},
{
"path": "pages/repayment/repayment",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "还款金额确认"
}
},
{
"path": "pages/pay/pay",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "支付"
}
},
{
"path": "pages/payResult/payResult",
"style": {
// "enablePullDownRefresh": false,
// "navigationBarTitleText": "支付结果",
"navigationStyle": "custom"
}
},
{
"path": "pages/lookBank/lookBank",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "支持的银行卡"
}
},
{ {
"path": "pages/web/web", "path": "pages/web/web",
"style": { "style": {
...@@ -143,8 +258,8 @@ ...@@ -143,8 +258,8 @@
"popGesture": "none" "popGesture": "none"
} }
} }
} }
], ],
"tabBar": { "tabBar": {
"borderStyle": "white", "borderStyle": "white",
"color": "#BBBBBB", "color": "#BBBBBB",
...@@ -188,5 +303,5 @@ ...@@ -188,5 +303,5 @@
"pages/my/index" "pages/my/index"
], ],
"resToLogin":true "resToLogin":true
} }
} }
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment