You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

251 lines
5.6 KiB

{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "订单列表"
}
},
{
"path": "pages/me/me",
"style": {
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/CitySelect/CitySelect",
"style": {
"navigationBarTitleText": "城市选择"
}
},
{
"path": "pages/login/login",
"style": {
"navigationStyle": "custom"
}
}
],
"subPackages": [
{
"root": "package_sub",
"pages": [
{
"path": "pages/AddOrder/AddOrder",
"style": {
"navigationBarTitleText": "预约陪诊"
}
},
{
"path": "pages/AddOrder/editOrder",
"style": {
"navigationBarTitleText": "预约陪诊"
}
},
{
"path": "pages/ServiceList/ServiceList",
"style": {
"navigationBarTitleText": "服务列表",
"enablePullDownRefresh": true
}
},
{
"path": "pages/ServiceDetail/ServiceDetail",
"style": {
"navigationBarTitleText": "服务项目",
"enablePullDownRefresh": true
}
},
{
"path": "pages/ServiceObject/ServiceObject",
"style": {
"navigationBarTitleText": "服务对象"
}
},
{
"path": "pages/UserArchive/UserArchive",
"style": {
"navigationBarTitleText": "被服务人",
"enablePullDownRefresh": true
}
},
{
"path": "pages/OrderList/OrderList",
"style": {
"navigationBarTitleText": "订单",
"enablePullDownRefresh": true
}
},
{
"path": "pages/Shop/ProductList",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Shop/Home",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Shop/Search",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Shop/Cart",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Shop/Order",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/UserAddress/UserAddress",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/UserAddress/AddUserAddress",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Shop/ProductDetail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Shop/Reply",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Shop/Pay",
"style": {
"navigationStyle": "custom"
}
},
// 就医咨询
{
"path": "pages/ServeHospital/ServeHospital",
"style": {
"navigationBarTitleText": "就医咨询",
"enablePullDownRefresh": true
}
},
{
"path": "pages/ServeDetail/ServeDetail",
"style": {
"navigationBarTitleText": "选择科室"
}
},
{
"path": "pages/ServeForm/ServeForm",
"style": {
"navigationBarTitleText": "提交咨询"
}
},
{
"path": "pages/ServeOrder/ServeOrder",
"style": {
"navigationBarTitleText": "就医咨询",
"enablePullDownRefresh": true
}
},
{
"path": "pages/ServeOrderDetail/ServeOrderDetail",
"style": {
"navigationBarTitleText": "就医咨询",
"enablePullDownRefresh": true
}
},
{
"path": "pages/hotHospital/hotHospital",
"style": {
"navigationBarTitleText": "热门医院",
"enablePullDownRefresh": true
}
},
{
"path": "pages/type/service",
"style": {
"navigationBarTitleText": "就医咨询",
"enablePullDownRefresh": true
}
},
{
"path": "pages/type/public",
"style": {
"navigationBarTitleText": "公益服务",
"enablePullDownRefresh": true
}
},
{
"path": "pages/type/webview",
"style": {
"navigationBarTitleText": "公益服务",
"enablePullDownRefresh": true
}
},
{
"path": "pages/OldAgeAllowance/OldAgeAllowance",
"style": {
"navigationBarTitleText": "养老补贴"
}
}
]
}
],
"preloadRule": {},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "四世同堂整合照护平台",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"myIconPath": "/static/tabbar/home.svg",
"selectedMyIconPath": "/static/tabbar/home-active.svg"
},
{
"pagePath": "pages/order/order",
"text": "订单",
"myIconPath": "/static/tabbar/order.svg",
"selectedMyIconPath": "/static/tabbar/order-active.svg"
},
{
"pagePath": "pages/me/me",
"text": "我的",
"myIconPath": "/static/tabbar/me.svg",
"selectedMyIconPath": "/static/tabbar/me-active.svg"
}
],
"color": "",
"selectedColor": "",
"backgroundColor": ""
}
}