xinelu-applet-ui/pages.json

108 lines
2.6 KiB
JSON
Raw Normal View History

2023-09-19 14:58:40 +08:00
{
2023-09-20 10:42:44 +08:00
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
2023-09-19 14:58:40 +08:00
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
2023-09-20 10:42:44 +08:00
"path": "pages/myinformation/myinformation",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/homepage/homepage",
2023-09-19 14:58:40 +08:00
"style": {}
2023-09-20 10:42:44 +08:00
}, {
"path": "pages/medicalservice/medicalservice",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/message/message",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
2023-09-19 14:58:40 +08:00
}
],
2023-09-20 15:05:04 +08:00
"subPackages": [{
2023-09-19 14:58:40 +08:00
"root": "pagesB",
2023-09-20 15:05:04 +08:00
"pages": [
{
"path": "modify/modify",
"style": {
"navigationBarTitleText": "修改信息",
"enablePullDownRefresh": false
}
}, {
2023-09-20 14:21:34 +08:00
"path": "Behaviorpoints/Behaviorpoints",
"style": {
"navigationBarTitleText": "行为积分",
"enablePullDownRefresh": false
}
}, {
"path": "managefamily/managefamily",
"style": {
"navigationBarTitleText": "管理家庭成员",
"enablePullDownRefresh": false
}
2023-09-20 13:52:08 +08:00
}, {
"path": "coupon/coupon",
"style": {
"navigationBarTitleText": "优惠券",
"enablePullDownRefresh": false
}
2023-09-20 14:07:06 +08:00
} ,{
"path" : "healthybeans/healthybeans",
"style" :
{
"navigationBarTitleText": "健康豆",
"enablePullDownRefresh": false
}
}
]
2023-09-19 14:58:40 +08:00
}],
2023-09-20 14:21:34 +08:00
2023-09-19 14:58:40 +08:00
"globalStyle": {
"navigationBarTextStyle": "white",
2023-09-19 14:58:40 +08:00
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#26A888",
2023-09-19 14:58:40 +08:00
"backgroundColor": "#F8F8F8"
2023-09-20 14:21:34 +08:00
2023-09-19 14:58:40 +08:00
},
2023-09-20 10:42:44 +08:00
"uniIdRouter": {},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#435950",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/homepage/homepage",
"iconPath": "static/homepage.png",
"selectedIconPath": "static/homepages.png",
"text": "首页"
},
{
"pagePath": "pages/medicalservice/medicalservice",
"iconPath": "static/medicalservice.png",
"selectedIconPath": "static/medicalservices.png",
"text": "医服务"
},
{
"pagePath": "pages/message/message",
"iconPath": "static/message.png",
"selectedIconPath": "static/messages.png",
"text": "消息"
},
{
"pagePath": "pages/myinformation/myinformation",
"iconPath": "static/myinformation.png",
"selectedIconPath": "static/myinformations.png",
"text": "我的"
}
]
}
2023-09-20 15:05:04 +08:00
}