{ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录/注册" } }, { "path": "pages/index/book", "style": { "navigationBarTitleText": "健康小课堂" } }, { "path": "pages/index/mine", "style": { "navigationBarTitleText": "我的" } }, // { // "path": "pages/doctor_related/select_doctor", // "style": { // "navigationBarTitleText": "找医生" // } // }, // { // "path": "pages/doctor_related/doctor_info", // "style": { // "navigationBarTitleText": "医生详情" // } // }, // { // "path": "pages/doctor_related/info_write", // "style": { // "navigationBarTitleText": "信息填写" // } // }, // { // "path": "pages/archives/my_archives", // "style": { // "navigationBarTitleText": "档案列表" // } // }, // { // "path": "pages/archives/add_archives", // "style": { // "navigationBarTitleText": "添加档案" // } // }, /* order文件夹 订单 */ //付款 { "path": "pages/order/payment", "style": { "navigationBarTitleText": "订单支付" } }, //下单 { "path": "pages/order/order", "style": { "navigationBarTitleText": "下单成功" } }, /* service_packs文件夹 服务包 */ //服务人信息 // { // "path": "pages/service_packs/packs_information", // "style": { // "navigationBarTitleText": "购买服务包" // } // }, // //服务包详情 // { // "path": "pages/service_packs/packs_details", // "style": { // "navigationBarTitleText": "服务包详情" // } // }, // //选购 // { // "path": "pages/service_packs/choicepacks", // "style": { // "navigationBarTitleText": "服务包" // } // }, // //介绍页 // { // "path": "pages/service_packs/introduce", // "style": { // "navigationBarTitleText": "服务包" // } // }, /* personal文件夹 个人中心 */ //个人信息 // { // "path": "pages/personal/personal_information", // "style": { // "navigationBarTitleText": "余额" // } // }, // { // "path": "pages/personal/balance_info", // "style": { // "navigationBarTitleText": "余额明细" // } // }, // { // "path": "pages/personal/recharge", // "style": { // "navigationBarTitleText": "充值" // } // }, // /* coupon文件夹 优惠券*/ // //优惠券 // { // "path": "pages/personal/coupon/coupon", // "style": { // "navigationBarTitleText": "优惠券" // } // }, // //优惠券详情 // { // "path": "pages/personal/coupon/coupon_details", // "style": { // "navigationBarTitleText": "优惠券详情" // } // }, /* common_tools文件夹 常用工具*/ /*****help_feedback帮助和卡反馈文件夹*****/ //帮助和卡反馈 // { // "path": "pages/common_tools/help_feedback/help_feedback", // "style": { // "navigationBarTitleText": "帮助与反馈" // } // }, // //意见反馈1 // { // "path": "pages/common_tools/help_feedback/opinion1", // "style": { // "navigationBarTitleText": "意见反馈" // } // }, // /*****collection收藏文章文件夹*****/ // // 收藏文章 // { // "path": "pages/common_tools/collection/collection", // "style": { // "navigationBarTitleText": "收藏文章" // } // }, // //文章详情 // { // "path": "pages/common_tools/collection/collection_details", // "style": { // "navigationBarTitleText": "文章标题" // } // }, // /*****me_order我的保单文件夹*****/ // //我的保单 // { // "path": "pages/common_tools/me_order/me_order", // "style": { // "navigationBarTitleText": "我的保单" // } // }, // //保单详情 // { // "path": "pages/common_tools/me_order/order_details", // "style": { // "navigationBarTitleText": "保单详情" // } // }, // //家庭医生 // { // "path": "pages/common_tools/home_doctor", // "style": { // "navigationBarTitleText": "家庭医生" // } // }, // //我的关注 // { // "path": "pages/common_tools/me_follow", // "style": { // "navigationBarTitleText": "我的关注" // } // }, // //我的评价 // { // "path": "pages/common_tools/me_evaluate", // "style": { // "navigationBarTitleText": "我的评价" // } // }, //服务包订单 // { // "path": "pages/service_box/box_details", // "style": { // "navigationBarTitleText": "我的服务包" // } // }, // { // "path": "pages/service_box/choiceBox", // "style": { // "navigationBarTitleText": "服务包详情" // } // }, // { // "path": "pages/vaccines/vaccines_info", // "style": { // "navigationBarTitleText": "疫苗信息填写" // } // }, // { // "path": "pages/vaccines/mechanism", // "style": { // "navigationBarTitleText": "服务机构" // } // }, // { // "path": "pages/vaccines/vaccinesList", // "style": { // "navigationBarTitleText": "接种疫苗" // } // }, // { // "path": "pages/archives/archives_info", // "style": { // "navigationBarTitleText": "档案详情" // } // }, { "path": "pages/index/editinfo", "style": { "navigationBarTitleText": "个人信息" } }, { "path": "pages/index/editphone", "style": { "navigationBarTitleText": "修改手机" } }, { "path": "pages/index/paypassword", "style": { "navigationBarTitleText": "设置密码" } }, { "path": "pages/index/message", "style": { "navigationBarTitleText": "消息通知" } } // { // "path": "pages/common_tools/my_consulting/my_consulting", // "style": { // "navigationBarTitleText": "我的咨询" // } // }, // { // "path": "pages/common_tools/my_consulting/consultingInfo", // "style": { // "navigationBarTitleText": "咨询详情" // } // }, // { // "path": "pages/common_tools/my_consulting/conversation", // "style": { // "navigationBarTitleText": "会话窗口" // } // }, // { // "path": "pages/common_tools/my_consulting/my_appointment", // "style": { // "navigationBarTitleText": "我的预约" // } // }, // { // "path": "pages/common_tools/my_consulting/my_opinion", // "style": { // "navigationBarTitleText": "我的意见单" // } // }, // { // "path": "pages/common_tools/my_consulting/opinionInfo", // "style": { // "navigationBarTitleText": "意见单" // } // } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "subPackages": [{ "root": "pages/common_tools", "pages": [{ "path": "my_consulting/opinionInfo", "style": { "navigationBarTitleText": "意见单" } }, { "path": "my_consulting/my_opinion", "style": { "navigationBarTitleText": "我的意见单" } }, { "path": "my_consulting/my_appointment", "style": { "navigationBarTitleText": "我的预约", "enablePullDownRefresh": true } }, { "path": "my_consulting/conversation", "style": { "navigationBarTitleText": "会话窗口", "enablePullDownRefresh": true } }, { "path": "my_consulting/consultingInfo", "style": { "navigationBarTitleText": "咨询详情" } }, { "path": "my_consulting/my_consulting", "style": { "navigationBarTitleText": "我的咨询", "enablePullDownRefresh": true } }, { "path": "help_feedback/help_feedback", "style": { "navigationBarTitleText": "帮助与反馈" } }, //意见反馈1 { "path": "help_feedback/opinion1", "style": { "navigationBarTitleText": "意见反馈" } }, /*****collection收藏文章文件夹*****/ // 收藏文章 { "path": "collection/collection", "style": { "navigationBarTitleText": "收藏文章" } }, //文章详情 { "path": "collection/collection_details", "style": { "navigationBarTitleText": "文章标题" } }, /*****me_order我的保单文件夹*****/ //我的保单 { "path": "me_order/me_order", "style": { "navigationBarTitleText": "我的保单" } }, //保单详情 { "path": "me_order/order_details", "style": { "navigationBarTitleText": "保单详情" } }, //家庭医生 { "path": "home_doctor", "style": { "navigationBarTitleText": "家庭医生" } }, //我的关注 { "path": "me_follow", "style": { "navigationBarTitleText": "我的关注" } }, //我的评价 { "path": "me_evaluate", "style": { "navigationBarTitleText": "我的评价" } } ] }, { "root": "pages/childcare", "pages": [{ "path": "child_care", "style": { "navigationBarTitleText": "儿保信息" } }, { "path": "child_careList", "style": { "navigationBarTitleText": "儿保项目" } } ] }, { "root": "pages/doctor_related", "pages": [{ "path": "select_doctor", "style": { "navigationBarTitleText": "找医生" } }, { "path": "doctor_info", "style": { "navigationBarTitleText": "医生详情" } }, { "path": "info_write", "style": { "navigationBarTitleText": "信息填写" } } ] }, { "root": "pages/personal", "pages": [{ "path": "personal_information", "style": { "navigationBarTitleText": "余额" } }, { "path": "balance_info", "style": { "navigationBarTitleText": "余额明细" } }, { "path": "recharge", "style": { "navigationBarTitleText": "充值" } }, /* coupon文件夹 优惠券*/ //优惠券 { "path": "coupon/coupon", "style": { "navigationBarTitleText": "优惠券" } }, //优惠券详情 { "path": "coupon/coupon_details", "style": { "navigationBarTitleText": "优惠券详情" } }, { "path": "coupon/couponList", "style": { "navigationBarTitleText": "领卷中心" } } ] }, { "root": "pages/service_packs", "pages": [{ "path": "packs_information", "style": { "navigationBarTitleText": "购买服务包" } }, //服务包详情 { "path": "packs_details", "style": { "navigationBarTitleText": "服务包详情" } }, //选购 { "path": "choicepacks", "style": { "navigationBarTitleText": "服务包" } }, //介绍页 { "path": "introduce", "style": { "navigationBarTitleText": "服务包" } } ] }, { "root": "pages/vaccines", "pages": [{ "path": "vaccines_info", "style": { "navigationBarTitleText": "疫苗信息填写" } }, { "path": "mechanism", "style": { "navigationBarTitleText": "服务机构" } }, { "path": "vaccinesList", "style": { "navigationBarTitleText": "接种疫苗" } } ] }, { "root": "pages/archives", "pages": [{ "path": "archives_info", "style": { "navigationBarTitleText": "档案详情" } }, { "path": "my_archives", "style": { "navigationBarTitleText": "档案列表" } }, { "path": "add_archives", "style": { "navigationBarTitleText": "添加档案" } }, { "path": "upcard", "style": { "navigationBarTitleText": "上传证件" } } ] }, { "root": "pages/service_box", "pages": [{ "path": "box_details", "style": { "navigationBarTitleText": "我的服务包" } }, { "path": "choiceBox", "style": { "navigationBarTitleText": "服务包详情" } } ] } ], "tabBar": { "color": "#C0C4CC", //未选中的菜单文字颜色 "selectedColor": "#0B73B9", //选中时的菜单文字颜色 "borderStyle": "black", "backgroundColor": "#ffffff", //背景 "list": [{ "pagePath": "pages/index/index", //页面地址 "iconPath": "./static/img/home.png", //未选中时的图片 "selectedIconPath": "./static/img/home_select.png", //选中时的图片 "text": "首页" //菜单文字 }, { "pagePath": "pages/index/book", "iconPath": "./static/img/book.png", "selectedIconPath": "./static/img/book_select.png", "text": "小课堂" }, { "pagePath": "pages/index/mine", "iconPath": "./static/img/my.png", "selectedIconPath": "./static/img/my_select.png", "text": "我的" } ] }, // 启动 "condition": { "current": 0, "list": [{ "name": "工具", "path": "pages/order/payment" //我的 // "path": "pages/service_packs/introduce"//服务包 }] } }