HomeLease/pages.json

129 lines
2.8 KiB
JSON

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "设备租赁",
"navigationStyle": "custom"
}
},
{
"path": "pages/login/login",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/lease/lease",
"style": {
"navigationBarTitleText": "租赁申请",
"navigationStyle": "custom"
}
},
{
"path": "pages/profile/profile",
"style": {
"navigationBarTitleText": "个人中心",
"navigationStyle": "custom"
}
},
{
"path": "pages/set/set",
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/requestWithdrawal/requestWithdrawal",
"style": {
"navigationBarTitleText": "申请提现"
}
},
{
"path": "pages/useList/useList",
"style": {
"navigationBarTitleText": "用户列表"
}
},
{
"path": "pages/securityVerification/securityVerification",
"style": {
"navigationBarTitleText": "安全验证"
}
},
{
"path": "pages/changePhone/changePhone",
"style": {
"navigationBarTitleText": "更换手机号"
}
},
{
"path": "pages/changePhone/changePhoneNext",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/agents/agents",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/agents/requestAgent",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/cashFlow/cashFlow",
"style": {
"navigationStyle": "custom"
}
}
],
"tabBar": {
"color": "#999999",
"selectedColor": "#ff6b6b",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/icons/home.png",
"selectedIconPath": "static/icons/home-active.png"
},
{
"pagePath": "pages/lease/lease",
"text": "申请租赁",
"iconPath": "static/icons/rent.png",
"selectedIconPath": "static/icons/rent-active.png"
},
{
"pagePath": "pages/profile/profile",
"text": "个人中心",
"iconPath": "static/icons/profile.png",
"selectedIconPath": "static/icons/profile-active.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "设备租赁",
"navigationBarBackgroundColor": "#fff"
},
"uniIdRouter": {},
"mp-weixin": {
"requiredPrivateInfos": [
"getLocation"
]
},
"easycom": {
"autoscan": true,
"custom": {
"^custom-nav-bar": "@/components/custom-nav-bar/custom-nav-bar.vue",
"^uni-(.*)": "@/uni_modules/uni-$1/components/uni-$1/uni-$1.vue"
}
}
}