{ "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/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 } } ] } ], "preloadRule": {}, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "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": "" } }