xinelu-applet-ui/pages.json
闫晓茹 02405cf3f6 Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
#	pages/myinformation/myinformation.vue
2023-09-20 14:22:42 +08:00

100 lines
2.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/myinformation/myinformation",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/homepage/homepage",
"style": {}
}, {
"path": "pages/medicalservice/medicalservice",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/message/message",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"subPackages": [{
"root": "pagesB",
"pages": [{
"path": "Behaviorpoints/Behaviorpoints",
"style": {
"navigationBarTitleText": "行为积分",
"enablePullDownRefresh": false
}
}, {
"path": "managefamily/managefamily",
"style": {
"navigationBarTitleText": "管理家庭成员",
"enablePullDownRefresh": false
}
}, {
"path": "coupon/coupon",
"style": {
"navigationBarTitleText": "优惠券",
"enablePullDownRefresh": false
}
} ,{
"path" : "healthybeans/healthybeans",
"style" :
{
"navigationBarTitleText": "健康豆",
"enablePullDownRefresh": false
}
}
]
}],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#26A888",
"backgroundColor": "#F8F8F8"
},
"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": "我的"
}
]
}
}