77 lines
1.8 KiB
JSON
77 lines
1.8 KiB
JSON
{
|
||
"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": "managefamily/managefamily",
|
||
"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": "我的"
|
||
}
|
||
]
|
||
}
|
||
} |