123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631 |
- {
- "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"//服务包
- }]
- }
- }
|