HomeLease/pages.json

83 lines
1.8 KiB
JSON
Raw Normal View History

2025-08-12 15:38:25 +08:00
{
2025-08-13 11:05:40 +08:00
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "设备租赁",
"navigationStyle": "custom"
}
},
{
"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
},
{
"path" : "pages/set/set",
"style" :
{
"navigationBarTitleText" : "设置",
"autoBackButton":true
}
2025-08-13 11:05:40 +08:00
}
],
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-13 11:05:40 +08:00
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "设备租赁",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
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": {
"^custom-nav-bar": "@/components/custom-nav-bar/custom-nav-bar.vue"
}
2025-08-13 18:06:47 +08:00
}
2025-08-12 15:38:25 +08:00
}