HomeLease/pages.json

154 lines
3.5 KiB
JSON
Raw Normal View History

2025-08-12 15:38:25 +08:00
{
2025-08-13 11:05:40 +08:00
"pages": [
2025-08-21 13:37:29 +08:00
{
"path": "pages/index/index",
"style": {
2025-08-13 11:05:40 +08:00
"navigationBarTitleText": "设备租赁",
"navigationStyle": "custom"
2025-08-21 13:37:29 +08:00
}
},
{
"path": "pages/login/login",
"style": {
"navigationStyle": "custom"
}
2025-08-13 11:43:35 +08:00
},
{
"path": "pages/lease/lease",
"style": {
"navigationBarTitleText": "租赁申请",
"navigationStyle": "custom"
}
},
{
"path": "pages/profile/profile",
"style": {
"navigationBarTitleText": "个人中心",
"navigationStyle": "custom"
}
2025-08-16 09:28:04 +08:00
},
{
2025-08-16 10:39:19 +08:00
"path": "pages/set/set",
"style": {
"navigationBarTitleText": "设置"
}
2025-08-16 11:01:13 +08:00
},
2025-08-18 15:50:23 +08:00
{
"path": "pages/requestWithdrawal/requestWithdrawal",
"style": {
"navigationBarTitleText": "申请提现"
}
},
2025-08-18 16:24:51 +08:00
{
"path": "pages/useList/useList",
"style": {
"navigationBarTitleText": "用户列表"
}
},
2025-08-16 11:01:13 +08:00
{
"path": "pages/securityVerification/securityVerification",
"style": {
"navigationBarTitleText": "安全验证"
}
},
{
"path": "pages/changePhone/changePhone",
"style": {
"navigationBarTitleText": "更换手机号"
}
},
{
"path": "pages/changePhone/changePhoneNext",
"style": {
"navigationBarTitleText": ""
}
},
{
2025-08-16 16:03:42 +08:00
"path": "pages/agents/agents",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/agents/requestAgent",
"style": {
"navigationStyle": "custom"
}
2025-08-16 18:02:29 +08:00
},
{
"path": "pages/cashFlow/cashFlow",
"style": {
"navigationStyle": "custom"
}
2025-08-21 13:37:29 +08:00
},
{
"path": "pages/announcementList/announcementList",
"style": {
"navigationBarTitleText": "公告列表"
}
},
{
"path": "pages/announcementList/announcementDetail",
"style": {
"navigationBarTitleText": "公告详细"
}
},
{
"path": "pages/image-upload/image-upload",
"style": {
"navigationBarTitleText": "图片上传"
}
},
{
"path": "pages/image-upload-demo/image-upload-demo",
"style": {
"navigationBarTitleText": "图片上传演示",
"navigationStyle": "custom"
}
}
],
2025-08-13 11:43:35 +08:00
"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"
}
]
},
2025-08-21 13:37:29 +08:00
"globalStyle": {
"navigationBarTextStyle": "black",
2025-08-13 11:05:40 +08:00
"navigationBarTitleText": "设备租赁",
2025-08-16 10:39:19 +08:00
"navigationBarBackgroundColor": "#fff"
2025-08-21 13:37:29 +08:00
},
2025-08-13 18:06:47 +08:00
"uniIdRouter": {},
"mp-weixin": {
"requiredPrivateInfos": [
"getLocation"
]
2025-08-14 09:24:37 +08:00
},
"easycom": {
"autoscan": true,
"custom": {
2025-08-19 17:54:31 +08:00
"^custom-nav-bar": "@/components/custom-nav-bar/custom-nav-bar.vue",
"^uni-(.*)": "@/uni_modules/uni-$1/components/uni-$1/uni-$1.vue"
2025-08-14 09:24:37 +08:00
}
2025-08-13 18:06:47 +08:00
}
2025-08-12 15:38:25 +08:00
}