xinelu-applet-ui/pages.json

349 lines
9.1 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-22 15:55:00 +08:00
"path": "pages/startup/startup",
2023-09-22 14:07:12 +08:00
"style": {
2023-09-22 16:24:10 +08:00
"navigationStyle": "custom",
"enablePullDownRefresh": false
2023-09-22 14:07:12 +08:00
}
}, {
2023-09-22 15:55:00 +08:00
"path": "pages/myinformation/myinformation",
2023-09-22 11:34:53 +08:00
"style": {
2023-09-22 15:55:00 +08:00
"enablePullDownRefresh": false,
2023-09-22 11:34:53 +08:00
"navigationStyle": "custom"
}
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
2023-09-20 10:42:44 +08:00
}, {
"path": "pages/homepage/homepage",
2023-09-22 16:24:10 +08:00
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2023-09-20 10:42:44 +08:00
}, {
"path": "pages/medicalservice/medicalservice",
"style": {
2023-09-22 16:24:10 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
2023-09-20 10:42:44 +08:00
}
}, {
"path": "pages/message/message",
"style": {
2023-09-22 16:24:10 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
2023-09-20 10:42:44 +08:00
}
2023-09-25 10:02:56 +08:00
},
{
"path": "pages/login1/login",
"style": {
"navigationBarTitleText": "登录",
"navigationBarBackgroundColor": "#fff",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/register/register",
"style": {
"navigationBarTitleText": "注册",
"navigationBarBackgroundColor": "#fff",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black"
}
2023-09-19 14:58:40 +08:00
}
],
2023-09-22 11:34:53 +08:00
"subPackages": [{
2023-09-19 14:58:40 +08:00
"root": "pagesB",
2023-09-22 11:34:53 +08:00
"pages": [{
"path": "Behaviorpoints/Behaviorpoints",
"style": {
"navigationBarTitleText": "行为积分",
"enablePullDownRefresh": false
}
}, {
"path": "managefamily/managefamily",
"style": {
"navigationBarTitleText": "管理家庭成员",
"enablePullDownRefresh": false
}
}, {
"path": "healthybeans/healthybeans",
"style": {
"navigationBarTitleText": "健康豆",
"enablePullDownRefresh": false
}
},
2023-09-20 15:05:04 +08:00
{
2023-09-22 11:34:53 +08:00
"path": "hospitalcare/hospitalcare",
"style": {
"navigationBarTitleText": "院内陪护",
"enablePullDownRefresh": false
}
}, {
"path": "appointmenttime/appointmenttime",
"style": {
"navigationBarTitleText": "预约时间",
"enablePullDownRefresh": false
}
}, {
"path": "information/information",
"style": {
"navigationBarTitleText": "完善个人信息",
"enablePullDownRefresh": false
}
}, {
"path": "Nursingstationserviceorder/Nursingstationserviceorder",
"style": {
"navigationBarTitleText": "护理机构服务订单",
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
"enablePullDownRefresh": true //设置参数为true
}
}, {
"path": "medicine/medicine",
"style": {
"navigationBarTitleText": "齐鲁名医",
"enablePullDownRefresh": false,
"disableScroll": true
}
}, {
"path": "confirmation/confirmation",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "预约时间"
}
}, {
"path": "CommodityDetails/CommodityDetails",
"style": {
"navigationBarTitleText": "商品详情",
"enablePullDownRefresh": false
}
}, {
"path": "coupon/coupon",
"style": {
"navigationBarTitleText": "优惠券",
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
"enablePullDownRefresh": true //设置参数为true
}
}, {
2023-09-20 15:05:04 +08:00
"path": "modify/modify",
"style": {
"navigationBarTitleText": "修改信息",
"enablePullDownRefresh": false
}
}, {
2023-09-22 11:34:53 +08:00
"path": "ProjectDetails/ProjectDetails",
"style": {
"navigationBarTitleText": "护理项目详情",
"enablePullDownRefresh": false
}
}, {
"path": "modifyAddress/modifyAddress",
"style": {
"navigationBarTitleText": "修改地址",
"enablePullDownRefresh": true //设置参数为true
}
}, {
"path": "lookrate/lookrate",
"style": {
"navigationBarTitleText": "查看评价",
"enablePullDownRefresh": false
}
}, {
"path": "ServiceDetails/ServiceDetails",
"style": {
"navigationBarTitleText": "服务详情",
"enablePullDownRefresh": false
}
}, {
"path": "goodsorderRate/goodsorderRate",
"style": {
"navigationBarTitleText": "发表评价",
"enablePullDownRefresh": false
}
}, {
"path": "paysuccess/paysuccess",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "ratesuccess/ratesuccess",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "shopping/shopping", //商城
"style": {
"navigationBarTitleText": "医路优品",
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
"enablePullDownRefresh": true //设置参数为true
}
}, {
"path": "CommodityOrder/CommodityOrder",
"style": {
2023-09-22 14:50:49 +08:00
"navigationStyle": "custom", // 隐藏系统导航栏
2023-09-22 11:34:53 +08:00
"navigationBarTitleText": "商品订单",
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
"enablePullDownRefresh": true //设置参数为true
}
}, {
"path": "orderDetails/orderDetails",
"style": {
"navigationBarTitleText": "订单详情",
"enablePullDownRefresh": false
}
}, {
"path": "cancelorder/cancelorder",
"style": {
"navigationBarTitleText": "取消订单",
"enablePullDownRefresh": false
}
}, {
"path": "logistics/logistics",
"style": {
"navigationBarTitleText": "查看物流",
"enablePullDownRefresh": false
}
}, {
"path": "Aftersalesdetails/Aftersalesdetails",
"style": {
"navigationBarTitleText": "售后详情",
"enablePullDownRefresh": false
}
}, {
"path": "Applforrefund/Applforrefund",
"style": {
"navigationBarTitleText": "申请退款",
"enablePullDownRefresh": false
}
}, {
"path": "refundType/refundType",
"style": {
"navigationBarTitleText": "选择退款类型",
"enablePullDownRefresh": false
}
}, {
"path": "ProductList/ProductList", //商品列表
"style": {
"navigationBarTitleText": "医路优品",
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
"enablePullDownRefresh": true //设置参数为true
}
}, {
"path": "nursestation/nursestation",
"style": {
"navigationBarTitleText": "护理机构详情",
"onReachBottomDistance": 100, //距离底部多远时触发 单位为px
"enablePullDownRefresh": true //设置参数为true
}
}, {
"path": "site/site",
"style": {
"navigationBarTitleText": "护理机构",
"onReachBottomDistance": 100, //距离底部多远时触发 单位为px
"enablePullDownRefresh": true //设置参数为true
}
2023-09-22 16:24:10 +08:00
}, {
2023-09-22 11:34:53 +08:00
"path": "utabs/u-tabs",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "classification/classification",
"style": {
"navigationBarTitleText": "分类",
"enablePullDownRefresh": false,
"disableScroll": true
}
}, {
"path": "Healthknowledge/Healthknowledge",
"style": {
"navigationBarTitleText": "健康常识",
"onReachBottomDistance": 50, //距离底部多远时触发 单位为px
"enablePullDownRefresh": true //设置参数为true
}
}, {
"path": "Healthitem/Healthitem",
"style": {
"navigationBarTitleText": "健康常识",
"enablePullDownRefresh": false
}
2023-09-22 16:24:10 +08:00
}, {
2023-09-22 11:34:53 +08:00
"path": "materialbenefits/materialbenefits",
"style": {
"navigationBarTitleText": "新人福利",
"enablePullDownRefresh": false
}
2023-09-22 16:24:10 +08:00
}, {
2023-09-22 11:34:53 +08:00
"path": "ConsultationDetails/ConsultationDetails",
"style": {
"navigationBarTitleText": "齐鲁名医",
"enablePullDownRefresh": false
}
}, {
"path": "Moreoptions/Moreoptions",
"style": {
"navigationBarTitleText": "护理机构",
"enablePullDownRefresh": false
}
2023-09-22 15:29:53 +08:00
}, {
"path": "exchangerecords/exchangerecords",
"style": {
"navigationBarTitleText": "兑换记录",
"enablePullDownRefresh": false
}
2023-09-20 13:52:08 +08:00
}
2023-09-22 11:34:53 +08:00
]
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",
2023-09-22 15:50:24 +08:00
"text": "健康服务"
2023-09-20 10:42:44 +08:00
},
{
"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-22 13:48:10 +08:00
}