{ "easycom": { "^u-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue", //"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue", "^vue-file-(.*)": "packageName/path/to/vue-file-$1.vue", // 匹配node_modules内的vue文件 "^z-(.*)": "@/uni_modules/zebra-swiper/components/z-$1/z-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/common/launch", "style": { "navigationBarBackgroundColor": "#ffffff", "navigationBarTitleText": "" } }, { "path": "pages/index/index", "aliasPath": "/", "name": "home", "style": { "navigationBarBackgroundColor": "#2583EB", "navigationBarTextStyle": "black", "scrollIndicator": "none", "navigationBarTitleText": "", "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff", "bounce": "none", "titleNView": false, "navigationStyle": "custom" } }, { "path": "pages/auth/login", "aliasPath": "/", "name": "login", "meta": { "title": "登录" }, "style": { "navigationBarTitleText": "登录", "navigationBarTextStyle": "black", "titleNView": false, "navigationStyle": "custom", "app-plus": { "popGesture": "none", //"close"(启用侧滑返回)、"none"(禁用侧滑返回) "bounce": "none" //页面回弹效果,设置为 "none" 时关闭效果。 } } }, { "path": "pages/shopping/index", "style": { "navigationBarTitleText": "健康产品", // "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/shopping/cart", "style": { "navigationBarTitleText": "购物车", "enablePullDownRefresh": false } }, // { // "path" : "pages/shopping/prescribe", // "style" : // { // "navigationBarTitleText": "填写处方信息", // "navigationStyle": "custom", // "enablePullDownRefresh": false // } // }, // { // "path" : "pages/doctor/doctorIm", // "style" : // { // "navigationBarTitleText": "问诊会话", // "enablePullDownRefresh": false // } // }, // { // "path" : "pages/doctor/paymentOrder", // "style" : // { // "navigationBarTitleText": "去支付", // "enablePullDownRefresh": false // } // } // ,{ // "path" : "pages/doctor/doctorOrderIM", // "style" : // { // "navigationBarTitleText": "问诊会话", // "enablePullDownRefresh": false // } // } { "path": "pages/auth/wechatList", "style": { "navigationBarTitleText": "微信选择", "navigationBarTextStyle": "black", "app-plus": { "popGesture": "none", "bounce": "none" } } }, { "path": "pages/auth/loginIndex", "style": { "navigationBarTitleText": "登录", "navigationBarTextStyle": "black", "navigationStyle": "custom", "app-plus": { "popGesture": "none", "bounce": "none" } } }, { "path": "pages/auth/register", "aliasPath": "/", "name": "register", "meta": { "title": "用户注册" }, "style": { "navigationBarTitleText": "用户注册", "navigationBarTextStyle": "black", "enablePullDownRefresh": false } }, { "path": "pages/auth/findpass", "name": "findpass", "meta": { "title": "忘记密码" }, "style": { "navigationBarTitleText": "忘记密码", "navigationBarTextStyle": "black", "enablePullDownRefresh": false } }, { "path": "pages/auth/bindMobile", "name": "bindMobile", "meta": { "title": "绑定手机号" }, "style": { "navigationBarTitleText": "绑定手机号", "navigationBarTextStyle": "black", "enablePullDownRefresh": false, "navigationStyle": "custom", "backgroundColor": "#ffffff", "bounce": "none" } }, { "path": "pages/course/index", "style": { // "navigationBarBackgroundColor": "#2583EB", "navigationBarTextStyle": "black", "scrollIndicator": "none", "bounce": "none", // "titleNView": false, "navigationBarTitleText": "讲堂", "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff", "navigationStyle": "custom" } }, { "path": "pages/course/learning", "name": "learning", "style": { "navigationBarBackgroundColor": "#2583EB", "navigationBarTextStyle": "white", "scrollIndicator": "none", "bounce": "none", "titleNView": false, "navigationBarTitleText": "", "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff", "navigationStyle": "custom" } }, { "path": "pages/course/learningNew", "name": "learning", "style": { "navigationBarTitleText": "在学课程", "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff" } }, { "path": "pages/course/famousHall", "name": "famousHall", "style": { "navigationBarBackgroundColor": "#2583EB", "navigationBarTextStyle": "black", "scrollIndicator": "none", "bounce": "none", "titleNView": false, "navigationBarTitleText": "", "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff", "navigationStyle": "custom" } }, { "path": "pages/course/info", "style": { "navigationBarTitleText": "课程详情", "navigationBarTextStyle": "black", "navigationStyle": "custom", "scrollIndicator": "none", "bounce": "none", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff", "app-plus": { "titleNView": false, //不启用系统导航 "screenOrientation": [ //可选,字符串数组类型,应用支持的横竖屏 "portrait-primary", //可选,字符串类型,支持竖屏 "portrait-secondary", //可选,字符串类型,支持反向竖屏 "landscape-primary", //可选,字符串类型,支持横屏 "landscape-secondary" //可选,字符串类型,支持反向横屏 ], "subNVues": [{ "id": "privilege", // 唯一标识 "path": "pages/course/privilege", // 页面路径 "type": "popup", "style": { "position": "absolute", "bottom": "0", "left": "0", "width": "100%", "height": "1150upx", "mask": "rgba(0,0,0,0.5)", "background": "transparent", "border-top-left-radius": "20px", "border-top-right-radius": "20px" } }, { "id": "commentN", // 唯一标识 "path": "pages/course/commentN", // 页面路径 "type": "popup", "style": { "position": "absolute", "bottom": "0", "left": "0", "width": "100%", "height": "85%", "mask": "rgba(0,0,0,0.5)", "background": "transparent", "border-top-left-radius": "20px", "border-top-right-radius": "20px" } }, { "id": "catalogueN", "path": "pages/course/catalogueN", "type": "popup", "style": { "position": "absolute", "bottom": "0", "left": "0", "width": "100%", "height": "85%", "mask": "rgba(0,0,0,0.5)", "background": "transparent", "border-top-left-radius": "20px", "border-top-right-radius": "20px" } } , { "id": "videoPopup", "path": "pages/course/videoPopup", // 配置弹窗 "type": "popup", "style": { "position": "absolute", "bottom": "0", "left": "0", "width": "100%", "height": "100%", "mask": "rgba(0,0,0,0.6)", "background": "rgba(0,0,0,0.6)" } } ] } } }, { "path": "pages/course/introduce", "style": { "navigationBarTitleText": "课程简介", "navigationStyle": "custom", "scrollIndicator": "none", "bounce": "none", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff" } }, { "path": "pages/course/vipBuy", "style": { "navigationBarTitleText": "中康未来会员", "enablePullDownRefresh": false, "navigationStyle": "custom", "backgroundColor": "#1B1F22;", "navigationBarTextStyle": "black", "disableSwipeBack": true, "bounce": "none", "popGesture": "none", // 关闭IOS屏幕左边滑动关闭当前页面的功能 "app-plus": { // "animationType": "none", // 设置fade-in淡入动画,为最合理的动画类型 "animationDuration": 0, "animationType": "fade-in", "background": "transparent", // 背景透明 "backgroundColor": "#1B1F22", // 背景透明 "webviewBGTransparent": true, "mask": "none", "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能 } } }, { "path": "pages/course/comment", "style": { "navigationBarTitleText": "评论", "navigationStyle": "custom", "scrollIndicator": "none", "bounce": "none", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff" } }, { "path": "pages/course/noteList", "style": { "navigationBarTitleText": "我的笔记", "navigationBarTextStyle": "black", // "navigationStyle": "custom", "scrollIndicator": "none", "bounce": "none", // "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff" } }, { "path": "pages/course/note", "style": { "navigationBarTitleText": "笔记", "navigationStyle": "custom", "scrollIndicator": "none", "bounce": "none", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff" } }, { "path": "pages/course/myNote", "style": { "navigationBarTitleText": "我的笔记", "navigationStyle": "custom", "scrollIndicator": "none", "bounce": "none", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff" } }, { "path": "pages/course/catalogue", "style": { "navigationBarTitleText": "目录", "navigationStyle": "custom", "scrollIndicator": "none", "bounce": "none", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff" } }, { "path": "pages/course/video/living-app", "style": { "navigationBarTitleText": "直播", "navigationStyle": "custom", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#000000", "backgroundColorTop": "#000000", "navigationBarTextStyle": "white", "app-plus": { "titleNView": false, //不启用系统导航 "subNVues": [{ "id": "videoComment", // 唯一标识 "path": "pages/course/video/commentN", // 页面路径 "type": "popup", "style": { "position": "absolute", "bottom": "0", "left": "0", "width": "100%", "height": "1150upx", "mask": "rgba(0,0,0,0.5)", "background": "transparent", "border-top-left-radius": "20px", "border-top-right-radius": "20px" } }] } } }, { "path": "pages/course/video/living-app1", "style": { "navigationBarTitleText": "短视频", "navigationStyle": "custom", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#000000", "backgroundColorTop": "#000000", "navigationBarTextStyle": "white", "app-plus": { "titleNView": false, //不启用系统导航 "subNVues": [{ "id": "videoComment", // 唯一标识 "path": "pages/course/video/commentN", // 页面路径 "type": "popup", "style": { "position": "absolute", "bottom": "0", "left": "0", "width": "100%", "height": "1150upx", "mask": "rgba(0,0,0,0.5)", "background": "transparent", "border-top-left-radius": "20px", "border-top-right-radius": "20px" } }] } } }, { "path": "pages/course/video/living", "style": { "navigationBarTitleText": "直播", "navigationStyle": "custom", "scrollIndicator": "none", "bounce": "none", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff" } }, { "path": "pages/course/video/video", "style": { "navigationBarTitleText": "视频", "navigationStyle": "custom", "scrollIndicator": "none", "bounce": "none" } }, { "path": "pages/course/video/livingApp", "style": { "navigationBarTitleText": "直播", "navigationStyle": "custom", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#000000", "backgroundColorTop": "#000000", "navigationBarTextStyle": "white" } }, { "path": "pages/course/video/fullVideo", "style": { "navigationBarTitleText": "横屏播放", "enablePullDownRefresh": false, "navigationStyle": "custom", "disableSwipeBack": true, "backgroundColor": "#000000", "titleNView": true, "popGesture": "none", // 关闭IOS屏幕左边滑动关闭当前页面的功能 "app-plus": { // "animationType": "none", // 设置fade-in淡入动画,为最合理的动画类型 "animationDuration": 0, "animationType": "fade-in", "background": "transparent", // 背景透明 "backgroundColor": "rgba(0,0,0,0)", // 背景透明 "webviewBGTransparent": true, "mask": "none", "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能 } } }, { "path": "pages/course/video/comment", "style": { "navigationBarTitleText": "视频评论", "navigationStyle": "custom", "titleNView": false, "enablePullDownRefresh": false, "navigationBarTextStyle": "white" } }, { "path": "pages/course/video/living-applet", "style": { "navigationBarTitleText": "短视频", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/course/video/living-app-searchInfo", "style": { "navigationBarTitleText": "短视频", "navigationStyle": "custom", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#000000", "backgroundColorTop": "#000000", "navigationBarTextStyle": "white", "app-plus": { "titleNView": false, //不启用系统导航 "subNVues": [{ "id": "videoCommentSearch", // 唯一标识 "path": "pages/course/video/commentN", // 页面路径 "type": "popup", "style": { "position": "absolute", "bottom": "0", "left": "0", "width": "100%", "height": "1150upx", "mask": "rgba(0,0,0,0.5)", "background": "transparent", "border-top-left-radius": "20px", "border-top-right-radius": "20px" } }] } } }, { "path": "pages/course/video/videoUni", "aliasPath": "/", "name": "videoUni", "style": { "navigationBarTitleText": "videoUni", "enablePullDownRefresh": false, "navigationStyle": "custom", "disableSwipeBack": true, "popGesture": "none", // 关闭IOS屏幕左边滑动关闭当前页面的功能 "app-plus": { // "animationType": "none", // 设置fade-in淡入动画,为最合理的动画类型 "animationDuration": 0, "animationType": "fade-in", "background": "transparent", // 背景透明 "backgroundColor": "rgba(0,0,0,0)", // 背景透明 "webviewBGTransparent": true, "mask": "none", "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能 } } }, { "path": "pages/course/video/play", "aliasPath": "/", "name": "videoPlay", "style": { "navigationBarTitleText": "横屏播放", "enablePullDownRefresh": false, "navigationStyle": "custom", "disableSwipeBack": true, "backgroundColor": "#000000", "titleNView": false, "popGesture": "none", // 关闭IOS屏幕左边滑动关闭当前页面的功能 "app-plus": { "animationDuration": 0, "animationType": "fade-in", "background": "transparent", // 背景透明 "backgroundColor": "rgba (0,0,0,0)", // 背景透明 "webviewBGTransparent": true, "mask": "none", "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能 } } }, { "path": "pages/course/video/search", "style": { "navigationBarTitleText": "搜索", "enablePullDownRefresh": false } }, { "path": "pages/course/video/live", "style": { "navigationBarTitleText": "健康直播", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/course/video/liveDetail", "style": { "navigationBarTitleText": "直播详情", "enablePullDownRefresh": false } }, { "path": "pages/course/video/play2", "style": { "navigationBarTitleText": "横屏播放", "enablePullDownRefresh": false, "navigationStyle": "custom", "disableSwipeBack": true, "popGesture": "none", // 关闭IOS屏幕左边滑动关闭当前页面的功能 "app-plus": { // "animationType": "none", // 设置fade-in淡入动画,为最合理的动画类型 "animationDuration": 0, "animationType": "fade-in", "background": "transparent", // 背景透明 "backgroundColor": "#000", // 背景透明 "webviewBGTransparent": true, "mask": "none", "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能 } } }, { "path": "pages/course/video/playClose", "style": { "navigationBarTitleText": "横屏播放", "enablePullDownRefresh": false, "navigationStyle": "custom", "disableSwipeBack": true, "popGesture": "none", // 关闭IOS屏幕左边滑动关闭当前页面的功能 "app-plus": { "animationDuration": 0, "animationType": "fade-in", "background": "transparent", // 背景透明 "backgroundColor": "rgba(0,0,0,0)", // 背景透明 "webviewBGTransparent": true, "mask": "none", "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能 } } }, { "path": "pages/course/studyCenter/courseCollect", "style": { "navigationBarTitleText": "课程收藏", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff", "app-plus": { "titleNView": { "buttons": [{ "fontSize": "15px", "width": "60px", "text": "管理" }] } } } }, { "path": "pages/course/studyCenter/orderList", "style": { "navigationBarTitleText": "我的订单", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/index/search", "style": { "navigationBarTitleText": "搜索", "navigationStyle": "custom", "scrollIndicator": "none", "bounce": "none", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff" } }, { "path": "pages/index/specialist-appointment", "style": { "navigationBarTitleText": "专家约诊", "navigationStyle": "custom", "scrollIndicator": "none", "bounce": "none", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff" } }, { "path": "pages/index/h5", "style": { "navigationBarTextStyle": "black", "scrollIndicator": "none", "bounce": "none", "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff" } }, { "path": "pages/user/index", "aliasPath": "/", "name": "mine", "style": { "navigationBarBackgroundColor": "#2583EB", "navigationBarTextStyle": "black", "scrollIndicator": "none", "bounce": "none", "titleNView": false, "navigationBarTitleText": "", "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff", "navigationStyle": "custom" } }, { "path": "pages/store/inquirySelectType", "style": { "navigationBarTitleText": "会诊通道", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/store/inquiryForm2_1", "style": { "navigationBarTitleText": "症状描述", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/store/inquiryForm2_2", "style": { "navigationBarTitleText": "症状描述", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/store/inquirySelect", "style": { "navigationBarTitleText": "问诊选择", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/store/inquiryForm1", "style": { "navigationBarTitleText": "症状描述", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/store/inquiryForm3", "style": { "navigationBarTitleText": "症状描述", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/doctor/doctorList", "style": { "navigationBarTitleText": "医生列表", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/doctor/doctorDetails", "style": { "navigationBarTitleText": "医生详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/store/inquiryPay", "style": { "navigationBarTitleText": "支付订单", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/store/inquiryOrderPaySuccess", "style": { "navigationBarTitleText": "支付结果", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/store/inquiryOrderList", "style": { "navigationBarTitleText": "我的问诊", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/store/inquiryOrderDetails", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/store/storeOrderList", "style": { "navigationBarTitleText": "我的订单", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/store/storeOrderDetail", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#2583EB", "navigationBarTextStyle": "white" } }, { "path": "pages/store/storeOrderPay", "style": { "navigationBarTitleText": "订单支付", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/store/storeOrderPaySuccess", "style": { "navigationBarTitleText": "支付结果", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/user/myDoctorList", "style": { "navigationBarTitleText": "我的医生", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/store/prescribeList", "style": { "navigationBarTitleText": "我的处方", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/store/prescribeDetails", "style": { "navigationBarTitleText": "处方详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/user/followList", "style": { "navigationBarTitleText": "我的随访", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/user/feedback", "style": { "navigationBarTitleText": "投诉建议", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#f7f7f7", "navigationBarTextStyle": "black", "h5": { "titleNView": false } } }, { "path": "pages/user/drugReportList", "style": { "navigationBarTitleText": "用药报告", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/user/drugReportDetails", "style": { "navigationBarTitleText": "用药详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/user/drugReportPing", "style": { "navigationBarTitleText": "用药评价", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/user/followDetails", "style": { "navigationBarTitleText": "随访列表", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/user/doFollow", "style": { "navigationBarTitleText": "提交随访报告", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/doctor/doctorInfo", "style": { "navigationBarTitleText": "医生详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#2583EB", "navigationBarTextStyle": "white" } }, { "path": "pages/doctor/doctorImgs", "style": { "navigationBarTitleText": "医生资质证书", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/doctor/doctorPingList", "style": { "navigationBarTitleText": "医生评价", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/article/questionsList", "style": { "navigationBarTitleText": "问答专区", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/article/questionsDetails", "style": { "navigationBarTitleText": "问答专区", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { // "titleNView": { // "buttons": [{ // "type": "share" // }] // } } } }, { "path": "pages/article/medicatedFoodList", "style": { "navigationBarTitleText": "药膳食疗", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/article/medicatedFoodDetails", "style": { "navigationBarTitleText": "药膳食疗", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "titleNView": { "buttons": [{ "type": "share" }] } } } }, { "path": "pages/article/vesselList", "style": { "navigationBarTitleText": "经络穴位", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/article/vesselDetails", "style": { "navigationBarTitleText": "经络穴位", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "titleNView": { "buttons": [{ "type": "share" }] } } } }, { "path": "pages/article/diseaseList", "style": { "navigationBarTitleText": "疾病", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/article/diseaseDetails", "style": { "navigationBarTitleText": "疾病", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "titleNView": { "buttons": [{ "type": "share" }] } } } }, { "path": "pages/article/chineseMedicineList", "style": { "navigationBarTitleText": "中医图解", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/article/famousPrescribeList", "style": { "navigationBarTitleText": "名方今用", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/article/famousPrescribeDetails", "style": { "navigationBarTitleText": "名方今用", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "titleNView": { "buttons": [{ "type": "share" }] } } } }, { "path": "pages/article/chineseMedicineDetails", "style": { "navigationBarTitleText": "中医图解", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "titleNView": { "buttons": [{ "type": "share" }] } } } }, { "path": "pages/article/articleList", "style": { "navigationBarTitleText": "养生干货", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/article/articleDetails", "style": { "navigationBarTitleText": "文章详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "titleNView": { "buttons": [{ "type": "share" }] } } } }, { "path": "pages/doctor/doctorArticleList", "style": { "navigationBarTitleText": "养生讲堂", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/doctor/doctorArticleDetails", "style": { "navigationBarTitleText": "养生讲堂", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "titleNView": { "buttons": [{ "type": "share" }] } } } }, { "path": "pages/article/testList", "style": { "navigationBarTitleText": "测一测", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/article/testDetails", "style": { "navigationBarTitleText": "测一测详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/article/test", "style": { "navigationBarTitleText": "测一测", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/article/testResult", "style": { "navigationBarTitleText": "测试结果", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/article/testResultImg", "style": { "navigationBarTitleText": "测试结果", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/company/login", "style": { "navigationBarTitleText": "客服登录", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/company/index", "style": { "navigationBarTitleText": "客服首页", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/company/couponList", "style": { "navigationBarTitleText": "优惠券", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/company/couponDetails", "style": { "navigationBarTitleText": "优惠券详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/company/packageList", "style": { "navigationBarTitleText": "疗法", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/company/packageDetails", "style": { "navigationBarTitleText": "疗法详情", "navigationBarTextStyle": "black", "navigationStyle": "custom", "scrollIndicator": "none", "bounce": "none", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff" } }, { "path": "pages/company/packageOrderList", "style": { "navigationBarTitleText": "疗法订单", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/company/packageOrderDetails", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#2583EB", "navigationBarTextStyle": "white" } }, { "path": "pages/company/storeOrderList", "style": { "navigationBarTitleText": "处方订单", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/company/storeOrderDetail", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#2583EB", "navigationBarTextStyle": "white" } }, { "path": "pages/store/storeOrderDelivery", "style": { "navigationBarTitleText": "物流查询", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/company/inquiryOrderList", "style": { "navigationBarTitleText": "问诊订单", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/company/inquiryOrderDetails", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/company/voice", "style": { "navigationBarTitleText": "声音采集", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" // 页面回弹 } } }, { "path": "pages/company/voiceItem", "style": { "navigationBarTitleText": "声音录制", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" // 页面回弹 } } }, { "path": "pages/company/voiceList", "style": { "navigationBarTitleText": "声音录制", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" // 页面回弹 } } }, { "path": "pages/company/bindInfo", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#f7f7f7", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" // 页面回弹 } } }, { "path": "pages/store/packageList", "style": { "navigationBarTitleText": "疗法列表", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/store/packageDetails", "style": { "navigationBarTitleText": "疗法详情", "navigationBarTextStyle": "black", "navigationStyle": "custom", "scrollIndicator": "none", "bounce": "none", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff" } }, { "path": "pages/store/packageForm", "style": { "navigationBarTitleText": "问答", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/store/packageOrderPay", "style": { "navigationBarTitleText": "支付", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "navigationStyle": "custom" } }, { "path": "pages/store/packageOrderPaySuccess", "style": { "navigationBarTitleText": "支付结果", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/store/pingOrder", "style": { "navigationBarTitleText": "评价", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/user/patient", "style": { "navigationBarTitleText": "就诊人管理", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/user/addEditPatient", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/user/address", "style": { "navigationBarTitleText": "地址管理", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/user/addEditAddress", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/store/packageOrderList", "style": { "navigationBarTitleText": "疗法包", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/store/packageOrderDetails", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#2583EB", "navigationBarTextStyle": "white" } }, { "path": "pages/user/registerDoctor", "style": { "navigationBarTitleText": "医生注册", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/user/agreement", "style": { "navigationBarTitleText": "协议", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/store/inquiryOrderPingList", "style": { "navigationBarTitleText": "我的评价", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/user/integral/integral", "style": { "navigationBarTitleText": "我的福币", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/user/integral/points", "style": { "navigationBarTitleText": "我的福币", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "bounce": "none", "titleNView": false, "navigationStyle": "custom" } }, { "path": "pages/user/integral/integralGoodsList", "style": { "navigationBarTitleText": "福币商城", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/user/integral/integralGoodsDetails", "style": { "navigationBarTitleText": "商品详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/user/integral/integralOrderPay", "style": { "navigationBarTitleText": "福币兑换", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/user/integral/integralOrderPaySuccess", "style": { "navigationBarTitleText": "兑换成功", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/user/integral/integralOrderDetails", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/user/integral/integralOrderList", "style": { "navigationBarTitleText": "订单列表", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/user/integral/integralLogsList", "style": { "navigationBarTitleText": "福币记录", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/user/coupon/myCouponList", "style": { "navigationBarTitleText": "我的优惠券", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } } , { "path": "pages/user/editUser", "aliasPath": "/", "name": "editUser", "style": { "navigationBarTitleText": "用户信息", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black", "app-plus": { "titleNView": { "backButton": { "title": "" } } } } }, { "path": "pages/user/editPwd", "aliasPath": "/", "name": "editPwd", "style": { "navigationBarTitleText": "修改密码", "enablePullDownRefresh": false } }, { "path": "pages/user/integralMall", "style": { "navigationBarTitleText": "福币商城", "navigationStyle": "custom", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff", "bounce": "none" } }, { "path": "pages/index/share/share", "style": { "navigationBarTitleText": "邀请好友", "navigationStyle": "custom", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff", "bounce": "none" } }, { "path": "pages/user/popularize", "style": { "navigationBarTitleText": "我的推广", "navigationStyle": "custom", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff", "bounce": "none" } }, { "path": "pages/user/popularizeGoods", "style": { "navigationBarTitleText": "推广商品", "navigationStyle": "custom", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff", "bounce": "none" } }, { "path": "pages/user/popularizeCommission", "style": { "navigationBarTitleText": "佣金明细", "navigationStyle": "custom", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff", "bounce": "none" } }, { "path": "pages/user/popularizeOrder", "style": { "navigationBarTitleText": "订单记录", "navigationStyle": "custom", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff", "bounce": "none" } }, { "path": "pages/index/video/index", "style": { "navigationBarTitleText": "达人视觉", "navigationStyle": "custom", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff", "bounce": "none" } }, { "path": "pages/user/wallet", "style": { "navigationBarTitleText": "我的钱包", "navigationStyle": "custom", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff", "bounce": "none" } }, { "path": "pages/user/courseCommission", "style": { "navigationBarTitleText": "课程佣金", "navigationStyle": "custom", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff", "bounce": "none" } }, { "path": "pages/user/share", "style": { "navigationBarTitleText": "医生拉新", "navigationStyle": "custom", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff", "bounce": "none" } }, { "path": "pages/user/integralInfo", "style": { "navigationBarTitleText": "我的福币", "navigationStyle": "custom", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff", "bounce": "none" } }, { "path": "pages/user/shareGoods", "style": { "navigationBarTitleText": "达人推荐", "navigationStyle": "custom", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff", "bounce": "none" } }, { "path": "pages/user/about", "aliasPath": "/", "name": "about", "style": { "navigationBarTitleText": "关于我们", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/user/myFavoriteVideo", "style": { "navigationBarTitleText": "视频收藏", "navigationStyle": "custom", "scrollIndicator": "none", "bounce": "none", "titleNView": false, "enablePullDownRefresh": false } }, { "path": "pages/user/myliving-app", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "navigationStyle": "custom", "app-plus": { "titleNView": false, //不启用系统导航 "bounce": "none" // ,"subNVues":[{ // "id": "mylivingApp", // 唯一标识 // "path":"pages/course/video/commentN", // 页面路径 // "type":"popup", // "style": { // "position": "absolute", // "bottom": "0", // "left": "0", // "width": "100%", // "height": "1150upx", // "mask":"rgba(0,0,0,0.5)", // "background": "transparent", // "border-top-left-radius": "20px", // "border-top-right-radius": "20px" // } // }] } } }, { "path": "pages/user/userInfo", "style": { "navigationBarTitleText": "个人信息", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "scrollIndicator": "none", "bounce": "none", "navigationBarTextStyle": "black" } }, { "path": "pages/store/storeOrderRefundApply", "style": { "navigationBarTitleText": "申请售后", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/store/storeOrderRefundSubmit", "style": { "navigationBarTitleText": "提交售后", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/store/storeOrderRefundList", "style": { "navigationBarTitleText": "我的售后", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/store/storeOrderRefundDetails", "style": { "navigationBarTitleText": "售后详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#2583EB", "navigationBarTextStyle": "white" } }, { "path": "pages/store/storeOrderRefundAddDelivery", "style": { "navigationBarTitleText": "填写物流单号", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/store/inquiryOrderReport", "style": { "navigationBarTitleText": "报告详情", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/store/payH5", "style": { "navigationBarTitleText": "支付订单", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "components/share-box/share-box", "style": { "navigationBarTitleText": "" } }, { "path": "pages/ai/index", "style": { "navigationBarTitleText": "智能客服系统", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/ai/consultation", "style": { "navigationBarTitleText": "智能体咨询", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/ai/list", "style": { "navigationBarTitleText": "对话", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/ai/chat", "style": { "navigationBarTitleText": "", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff", "navigationStyle": "custom", "app-plus": { "bounce": "none", // 页面回弹 "softinputMode": "adjustResize" } } }, { "path": "pages/auth/h5WxLogin", "style": { "navigationBarTitleText": "微信授权登录", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/auth/loginTest", "style": { "navigationBarTitleText": "H5登录", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/user/msgSetting", "style": { "navigationBarTitleText": "消息设置", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff", "app-plus": { "titleNView": { "buttons": [{ "fontSize": "15px", "width": "60px", "text": "保存" }] } } } }, { "path": "pages/user/tongue/index", "style": { "navigationBarTitleText": "AI舌诊", "navigationBarTextStyle": "black", "navigationStyle": "custom", "scrollIndicator": "none", "titleNView": false, "enablePullDownRefresh": false, "app-plus": { "bounce": "none" } } }, { "path": "pages/user/tongue/ques", "style": { "navigationBarTitleText": "使用教程", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "scrollIndicator": "none", "app-plus": { "bounce": "none" } } }, { "path": "pages/user/tongue/photoPreview", "style": { "navigationBarTitleText": "", "navigationBarTextStyle": "black", "navigationStyle": "custom", "scrollIndicator": "none", "titleNView": false, "enablePullDownRefresh": false, "app-plus": { "bounce": "none" } } }, { "path": "pages/user/tongue/tongueList", "style": { "navigationBarTitleText": "舌诊记录", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "scrollIndicator": "none", "app-plus": { "bounce": "none" } } }, { "path": "pages/user/tongue/report", "style": { "navigationBarTitleText": "舌诊记录", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "scrollIndicator": "none", "navigationStyle": "custom", "app-plus": { "bounce": "none" } } }, { "path": "pages/user/tongue/test", "style": { "navigationBarTitleText": "" } }, { "path": "pages/index/download", "style": { "navigationBarTitleText": "", "navigationStyle": "custom", "scrollIndicator": "none", "bounce": "none", "titleNView": false, "enablePullDownRefresh": false, "backgroundColor": "#f7f7f7", "backgroundColorTop": "#ffffff" } }, { "path": "pages/user/addHealthButler", "style": { "navigationBarTitleText": "健康管家", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/index/appDownload", "style": { "navigationBarTitleText": "中康未来-APP下载", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "navigationStyle": "custom", "app-plus": { "bounce": "none" } } }, { "path": "pages/store/invoice/index", "style": { "navigationBarTitleText": "开具发票", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/store/invoice/invoiceDetail", "style": { "navigationBarTitleText": "发票详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/store/invoice/invoiceList", "style": { "navigationBarTitleText": "开票历史", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/store/invoice/invoiceOther", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/index/searchInfo", "style": { "navigationBarTitleText": "搜索结果", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "navigationStyle": "custom", "app-plus": { "bounce": "none" } } }, { "path": "pages/courseAnswer/index", "style": { "navigationBarTitleText": "课程详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none", "popGesture": "none", "screenOrientation": [ //可选,字符串数组类型,应用支持的横竖屏 "portrait-primary", //可选,字符串类型,支持竖屏 "portrait-secondary", //可选,字符串类型,支持反向竖屏 "landscape-primary", //可选,字符串类型,支持横屏 "landscape-secondary" //可选,字符串类型,支持反向横屏 ] } } }, { "path": "pages/courseAnswer/list", "style": { "navigationBarTitleText": "看课通知", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/user/myNoticeList", "style": { "navigationBarTitleText": "系统通知", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "navigationStyle": "custom", "app-plus": { "bounce": "none" } } }, { "path": "pages/user/bindCompanyUser", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "navigationStyle": "custom", "app-plus": { "bounce": "none" } } }, { "path": "pages_im/pages/conversation/conversationList/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "disableScroll": true, "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages_im/pages/contact/index/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black", "disableScroll": true, "app-plus": { "bounce": "none" } } }, { "path": "pages/expert/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "navigationStyle": "custom", "app-plus": { "bounce": "none" } } }, { "path": "pages/expert/releaseVideo", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "navigationStyle": "custom", "app-plus": { "bounce": "none", "subNVues": [{ "id": "tagpop", // 唯一标识 "path": "pages/expert/components/tagpop", // 页面路径 "type": "popup", "style": { "position": "absolute", "bottom": "0", "left": "0", "width": "100%", "height": "50%", "mask": "rgba(0,0,0,0.5)", "background": "transparent", "border-top-left-radius": "20px", "border-top-right-radius": "20px" } }] } } }, { "path": "pages/expert/info", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "navigationStyle": "custom", "app-plus": { "bounce": "none" } } }, { "path": "pages/expert/friendsList", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "navigationStyle": "custom", "app-plus": { "bounce": "none" } } }, { "path": "pages/expert/video", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "navigationStyle": "custom", "app-plus": { "titleNView": false, //不启用系统导航 "subNVues": [{ "id": "videoComment", // 唯一标识 "path": "pages/course/video/commentN", // 页面路径 "type": "popup", "style": { "position": "absolute", "bottom": "0", "left": "0", "width": "100%", "height": "1150upx", "mask": "rgba(0,0,0,0.5)", "background": "transparent", "border-top-left-radius": "20px", "border-top-right-radius": "20px" } }] } } }, { "path": "pages/user/accountSafe", "style": { "navigationBarTitleText": "安全中心", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff", "app-plus": { } } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#f7f7f7", "backgroundColorTop": "#f7f7f7" // iOS APP真机bounce回弹区域默认灰色,建议统一重置为白色 }, "uniIdRouter": {}, "subPackages": [{ "root": "pages/user/healthRecords", "pages": [{ "path": "index", "style": { "navigationBarTitleText": "健康档案", "navigationStyle": "custom", "app-plus": { "bounce": "none" } } }, { "path": "add", "style": { "navigationBarTitleText": "快速填写健康档案", "navigationBarTextStyle": "black" } }, { "path": "edit", "style": { "navigationBarTitleText": "", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } } ] }, { "root": "pages_watch", "pages": [{ "path": "index/myfamily/index", "style": { "navigationBarTitleText": "我的家人", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "index/myfamily/changeTitle", "style": { "navigationBarTitleText": "修改称呼", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "index/equipment/index", "style": { "navigationBarTitleText": "设备管理", "navigationStyle": "custom", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "index/equipment/offlineReason", "style": { "navigationBarTitleText": "设备离线提示", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "index/equipment/set", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "index/equipment/clockalarm", "style": { "navigationBarTitleText": "", "navigationStyle": "custom", "enablePullDownRefresh": false, "disableScroll": true, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "index/equipment/emergencyContact", "style": { "navigationBarTitleText": "常用联系人", "navigationStyle": "custom", "enablePullDownRefresh": false, "disableScroll": true, "app-plus": { "bounce": "none" } } }, { "path": "index/equipment/editEmergencyContact", "style": { "navigationBarTitleText": "创建联系人", "navigationStyle": "custom", "enablePullDownRefresh": false, "app-plus": { "bounce": "none" } } }, { "path": "index/equipment/instructions", "style": { "navigationBarTitleText": "新手指导", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "index/equipment/deviceInfo", "style": { "navigationBarTitleText": "设备信息", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none", "softinputNavBar": "none" } } }, { "path": "index/equipment/sportsTrajectory", "style": { "navigationBarTitleText": "运动轨迹", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none", "softinputNavBar": "none" } } }, { "path": "healthMonitoring/index", "style": { // "navigationBarTitleText": "编辑卡片", "navigationBarTitleText": "", "navigationStyle": "custom", "enablePullDownRefresh": false, "app-plus": { "bounce": "none" } } }, { "path": "healthMonitoring/bloodSugar", "style": { // "navigationBarTitleText": "血糖监测", "navigationBarTitleText": "", "navigationStyle": "custom", "app-plus": { "bounce": "none" } } }, { "path": "healthMonitoring/bloodSugarAbnormal", "style": { "navigationBarTitleText": "血糖异常数据", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "healthMonitoring/bloodSugarDetail", "style": { "navigationBarTitleText": "血糖详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "healthMonitoring/bloodPressure", "style": { // "navigationBarTitleText": "血压监测", "navigationBarTitleText": "", "navigationStyle": "custom", "app-plus": { "bounce": "none" } } }, { "path": "healthMonitoring/bloodPressureAbnormal", "style": { "navigationBarTitleText": "血压异常数据", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "healthMonitoring/bloodPressureDetail", "style": { "navigationBarTitleText": "血压详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "healthMonitoring/heartRate", "style": { // "navigationBarTitleText": "心率监测", "navigationBarTitleText": "", "navigationStyle": "custom", "app-plus": { "bounce": "none" } } }, { "path": "healthMonitoring/bloodOxygen", "style": { // "navigationBarTitleText": "血氧监测", "navigationBarTitleText": "", "navigationStyle": "custom", "app-plus": { "bounce": "none" } } }, { "path": "healthMonitoring/sleep", "style": { // "navigationBarTitleText": "睡眠监测", "navigationBarTitleText": "", "navigationStyle": "custom", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "healthMonitoring/scanCode", "style": { "navigationBarTitleText": "扫描二维码", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationStyle": "custom", "enablePullDownRefresh": false, "backgroundColor": "#000000", "backgroundColorTop": "#000000", "app-plus": { "titleNView": false, "bounce": "none" } } }, { "path": "health/healthReport", "style": { "navigationBarTitleText": "健康报告", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "health/healthWeekReport", "style": { "navigationBarTitleText": "健康报告", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "navigationStyle": "custom", "app-plus": { "bounce": "none" } } }, { "path": "health/healthReportHistory", "style": { "navigationBarTitleText": "健康报告列表", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "message/detail", "style": { "navigationBarTitleText": "", "navigationStyle": "custom", "enablePullDownRefresh": false, "app-plus": { "bounce": "none" } } }, { "path": "message/sosMap", "style": { "navigationBarTitleText": "SOS详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "index/targetInfo", "style": { "navigationBarTitleText": "设备信息", "navigationStyle": "custom", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "healthMonitoring/bodyTemperature", "style": { // "navigationBarTitleText": "体温", "navigationBarTitleText": "", "navigationStyle": "custom", "app-plus": { "bounce": "none" } } }, { "path": "healthMonitoring/uricAcid", "style": { // "navigationBarTitleText": "尿酸监测", "navigationBarTitleText": "", "navigationStyle": "custom", "app-plus": { "bounce": "none" } } }, { "path": "healthMonitoring/uricAcidAbnormal", "style": { "navigationBarTitleText": "尿酸异常数据", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "healthMonitoring/sports", "style": { // "navigationBarTitleText": "活动", "navigationBarTitleText": "", "navigationStyle": "custom", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "healthMonitoring/sportsList", "style": { "navigationBarTitleText": "运动", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "healthMonitoring/pressure", "style": { "navigationBarTitleText": "压力", "navigationStyle": "custom", "app-plus": { "bounce": "none" } } } ] }, { "root": "pages_im", "pages": [{ "path": "pages/conversation/conversationList/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "disableScroll": true, "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/common/searchUserOrGroup/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/common/groupCard/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/conversation/chating/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "disableScroll": true, "navigationBarTextStyle": "black", "navigationStyle": "custom", "app-plus": { "softinputMode": "adjustResize" } } } , { "path": "pages/conversation/singleSettings/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/conversation/groupSettings/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/conversation/groupManage/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/conversation/groupMemberList/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/conversation/groupAnnouncement/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "disableScroll": true, "app-plus": { "softinputMode": "adjustResize" } } }, { "path": "pages/conversation/groupMessageReadState/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/conversation/searchMessage/index", "style": { "navigationBarTitleText": "", "disableScroll": true, "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/conversation/searchMediaMessage/index", "style": { "navigationBarTitleText": "", "disableScroll": true, "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/conversation/searchFileMessage/index", "style": { "navigationBarTitleText": "", "disableScroll": true, "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/conversation/previewLocation/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/conversation/notifyMessageList/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/common/webviewWrapper/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/conversation/previewVideo/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationStyle": "custom", "app-plus": { "bounce": "none" } } }, { "path": "pages/conversation/previewFile/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/conversation/memberAuthority/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/conversation/previewMerge/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/conversation/setFontSize/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/conversation/setChatBackgroup/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/conversation/updateGroupOrNickname/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black", "disableScroll": true, "app-plus": { "bounce": "none" } } }, // { // "path": "pages/moments/index/index", // "style": { // "navigationBarTitleText": "", // "enablePullDownRefresh": false, // "disableScroll": true, // "app-plus": { // "softinputMode": "adjustResize" // } // } // }, // { // "path": "pages/moments/interactiveMessage/index", // "style": { // "navigationBarTitleText": "", // "enablePullDownRefresh": false // } // }, // { // "path": "pages/moments/momentsDetails/index", // "style": { // "navigationBarTitleText": "", // "enablePullDownRefresh": false, // "app-plus": { // "softinputMode": "adjustResize" // } // } // }, // { // "path": "pages/moments/momentsRelease/index", // "style": { // "navigationBarTitleText": "", // "enablePullDownRefresh": false // } // }, // { // "path": "pages/moments/mementsVisibility/index", // "style": { // "navigationBarTitleText": "", // "enablePullDownRefresh": false // } // }, // { // "path": "pages/moments/designatedMoments/index", // "style": { // "navigationBarTitleText": "", // "enablePullDownRefresh": false, // "app-plus": { // "softinputMode": "adjustResize" // } // } // }, { "path": "pages/common/globalSearch/index", "style": { "navigationBarTitleText": "搜素", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/common/globalChatLosPreview/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "disableScroll": true, "navigationStyle": "custom" } }, { "path": "pages/common/previewHistoryMessage/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black", "disableScroll": true } }, { "path": "pages/common/createGroup/index", "style": { "navigationBarTitleText": "发起群聊", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/common/meetingCenter/index", "style": { "navigationBarTitleText": "视频会议", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/contact/index/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/contact/contactAdd/index", "style": { "navigationBarTitleText": "通讯录", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/contact/switchJoinGroup/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/contact/friendList/index", "style": { "navigationBarTitleText": "我的好友", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/contact/groupList/index", "style": { "navigationBarTitleText": "我的群组", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/contact/searchUserOrGroup/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/contact/applicationList/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/contact/applicationListDetails/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/contact/applicationDetails/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/contact/searchAddedFriend/index", "style": { "navigationBarTitleText": "搜索好友", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/common/userCard/index", "style": { "navigationBarTitleText": "个人主页", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/common/userOrGroupQrCode/index", "style": { "navigationBarTitleText": "二维码", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/common/sendAddRequest/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/common/contactChoose/index", "style": { "navigationBarTitleText": "联系人", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/common/userCardMore/index", "style": { "navigationBarTitleText": "个人资料/好友设置", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/common/markOrIDPage/index", "style": { "navigationBarTitleText": "工作圈", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/common/detailsFileds/index", "style": { "navigationBarTitleText": "个人资料明细", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/common/webH5/index", "style": { "navigationBarTitleText": "课程", "enablePullDownRefresh": false, "navigationBarTextStyle": "black" } } ] }, { "root": "pages_manage", "pages": [{ "path": "login", "style": { "navigationBarTitleText": "登录", "enablePullDownRefresh": false, "navigationBarTextStyle": "black" } }, { "path": "index", "style": { "navigationBarTitleText": "数据", "enablePullDownRefresh": false, "navigationBarTextStyle": "black" } }, { "path": "dataDetails", "style": { "navigationBarTitleText": "课程数据详情", "enablePullDownRefresh": false, "navigationBarTextStyle": "black" } }, { "path": "selectMember", "style": { "navigationBarTitleText": "选择会员", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "statistic", "style": { "navigationBarTitleText": "课程统计", "enablePullDownRefresh": false, "navigationBarTextStyle": "black" } }, { "path": "manageDataDetail", "style": { "navigationBarTitleText": "销售详情", "enablePullDownRefresh": false, "navigationBarTextStyle": "black" } }, { "path": "createTask", "style": { "navigationBarTitleText": "创建任务", "enablePullDownRefresh": false, "navigationBarTextStyle": "black" } }, { "path": "taskDetail", "style": { "navigationBarTitleText": "任务详情", "enablePullDownRefresh": false, "navigationBarTextStyle": "black" } } ] }, { "root": "pages_managedata", "pages": [{ "path": "coursedetail", "style": { "navigationBarTitleText": "课程详情", "enablePullDownRefresh": false, "navigationBarTextStyle": "black" } }, { "path": "vipdetail", "style": { "navigationBarTitleText": "会员详情", "enablePullDownRefresh": false, "navigationBarTextStyle": "black" } }, { "path": "userInfo", "style": { "navigationBarTitleText": "用户信息", "enablePullDownRefresh": false, "navigationBarTextStyle": "black" } }, { "path": "editUser", "style": { "navigationBarTitleText": "设置", "enablePullDownRefresh": false, "navigationBarTextStyle": "black" } }, { "path": "lableSetup", "style": { "navigationBarTitleText": "标签设置", "enablePullDownRefresh": false, "navigationBarTextStyle": "black" } }, { "path": "about", "style": { "navigationBarTitleText": "关于我们", "enablePullDownRefresh": false, "navigationBarTextStyle": "black" } }, { "path": "users", "style": { "navigationBarTitleText": "审核销售", "enablePullDownRefresh": false, "navigationBarTextStyle": "black" } }, { "path": "managedetail", "style": { "navigationBarTitleText": "审核销售", "enablePullDownRefresh": false, "navigationBarTextStyle": "black" } }, { "path": "exprotList", "style": { "navigationBarTitleText": "审核列表", "enablePullDownRefresh": false, "navigationBarTextStyle": "black" } }, { "path": "saleInfo", "style": { "navigationBarTitleText": "员工详情", "enablePullDownRefresh": false, "navigationBarTextStyle": "black" } }, { "path": "changeVip", "style": { "navigationBarTitleText": "更换会员归属", "enablePullDownRefresh": false, "navigationBarTextStyle": "black" } } ] }, { "root": "pages_course", "pages": [{ "path": "video", "style": { "navigationBarTitleText": "课程", "navigationStyle": "custom", "usingComponents": { "uni-popup": "/uni_modules/uni-popup/components/uni-popup/uni-popup" }, "componentPlaceholder": { "uni-popup": "view" } } }, { "path": "feedback", "style": { "navigationBarTitleText": "投诉反馈", "navigationStyle": "custom" } }, { "path": "reward", "style": { "navigationBarTitleText": "领取奖励", "enablePullDownRefresh": false } }, { "path": "becomeVIP", "style": { "navigationBarTitleText": "注册会员", "enablePullDownRefresh": false } }, { "path": "becomeSale", "style": { "navigationBarTitleText": "注册销售", "enablePullDownRefresh": false } }, { "path": "webviewA", "style": { "navigationBarTitleText": "授权登录", "enablePullDownRefresh": false } }, { "path": "videovip", "style": { "navigationBarTitleText": "看课详情", "enablePullDownRefresh": false } }, { "path": "webview", "style": { "navigationBarTitleText": "授权登录" } } ] }, { "root": "pages_enter", "pages": [{ "path": "index", "style": { "navigationBarTitleText": "娱乐模式", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "games", "style": { "navigationBarTitleText": "小游戏", "enablePullDownRefresh": false } }, { "path": "drama", "style": { "navigationBarTitleText": "短剧", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "novel", "style": { "navigationBarTitleText": "小说", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "sports", "style": { "navigationBarTitleText": "运动", "enablePullDownRefresh": false } }, { "path": "program", "style": { "navigationBarTitleText": "节目", "enablePullDownRefresh": false } }, { "path": "activity/index", "style": { "navigationBarTitleText": "广场舞大赛", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "activity/detail", "style": { "navigationBarTitleText": "活动详情", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "activity/create", "style": { "navigationBarTitleText": "创建队伍", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "activity/success", "style": { "navigationBarTitleText": "队伍创建成功", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "activity/team", "style": { "navigationBarTitleText": "我的队伍", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "activity/publishWork", "style": { "navigationBarTitleText": "发布作品", "enablePullDownRefresh": false } } ] }, { "root": "pages_user", "pages": [{ "path": "user/addPatient", "style": { "navigationBarTitleText": "创建健康档案", "app-plus": { "titleNView": false } } }, { "path": "user/message", "style": { "navigationBarTitleText": "消息", "enablePullDownRefresh": false } }, { "path": "user/msgDetail", "style": { "navigationBarTitleText": "系统消息", "enablePullDownRefresh": false } }, { "path": "user/storeOrder", "style": { // "navigationBarTitleText": "我的服务", "navigationBarTitleText": "我的订单", "enablePullDownRefresh": false } }, { "path": "user/storeOrderDetail", "style": { "navigationBarTitleText": "服务详情", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "user/doctorOrder", "style": { "navigationBarTitleText": "问诊列表", "enablePullDownRefresh": false } }, { "path": "user/patient", "style": { "navigationBarTitleText": "健康档案", "enablePullDownRefresh": false } }, { "path": "user/addAddress", "style": { "navigationBarTitleText": "新建收货地址", "enablePullDownRefresh": false } }, { "path": "user/address", "style": { "navigationBarTitleText": "收货地址", "enablePullDownRefresh": false } }, { "path": "user/integral", "style": { "navigationBarTitleText": "我的福币", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "user/refundOrderList", "style": { "navigationBarTitleText": "售后服务", "enablePullDownRefresh": false } }, { "path": "user/refundOrderDetail", "style": { "navigationBarTitleText": "处理进度", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "user/refundOrderLogs", "style": { "navigationBarTitleText": "退款详情", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "user/storeOrderDelivery", "style": { "navigationBarTitleText": "物流信息", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "user/refundOrder", "style": { "navigationBarTitleText": "申请售后", "enablePullDownRefresh": false } }, { "path": "user/prescribeOrder", "style": { "navigationBarTitleText": "处方单", "enablePullDownRefresh": false } }, { "path": "user/pay", "style": { "navigationBarTitleText": "收款", "enablePullDownRefresh": false } }, { "path": "user/success", "style": { "navigationBarTitleText": "支付结果", "enablePullDownRefresh": false } }, { "path": "user/refundOrderProduct", "style": { "navigationBarTitleText": "订单售后", "enablePullDownRefresh": false } }, { "path": "user/refundOrderDelivery", "style": { "navigationBarTitleText": "物流信息", "enablePullDownRefresh": false } }, { "path": "user/userTui", "style": { "navigationBarTitleText": "我的推广", "enablePullDownRefresh": false } }, { "path": "user/userTuiProduct", "style": { "navigationBarTitleText": "推广产品", "enablePullDownRefresh": false } }, { "path": "user/userTuiImg", "style": { "navigationBarTitleText": "推广海报", "enablePullDownRefresh": false } }, { "path": "user/userTuiList", "style": { "navigationBarTitleText": "我的推荐人", "enablePullDownRefresh": false } }, { "path": "user/userTuiMoneyList", "style": { "navigationBarTitleText": "佣金记录", "enablePullDownRefresh": false } }, { "path": "user/userTuiOrderList", "style": { "navigationBarTitleText": "服务记录", "enablePullDownRefresh": false } }, { "path": "user/storeProductRelation", "style": { "navigationBarTitleText": "我的足迹", "enablePullDownRefresh": false } }, { "path": "user/personInfo", "style": { "navigationBarTitleText": "个人信息", "enablePullDownRefresh": false } }, { "path": "user/userTuiMoney", "style": { "navigationBarTitleText": "提现管理", "enablePullDownRefresh": false } }, { "path": "user/userTuiExtractLog", "style": { "navigationBarTitleText": "提现记录", "enablePullDownRefresh": false } }, { "path": "user/doc", "style": { "navigationBarTitleText": "健康档案", "enablePullDownRefresh": false } }, { "path": "user/addDoc", "style": { "navigationBarTitleText": "创建健康档案", "enablePullDownRefresh": false } }, { "path": "user/docDetail", "style": { "navigationBarTitleText": "健康档案", "navigationBarBackgroundColor": "#dff9f5", "enablePullDownRefresh": false } }, { "path": "user/docRecord", "style": { "navigationBarTitleText": "健康记录", "enablePullDownRefresh": false } }, { "path": "user/addDocRecord", "style": { "navigationBarTitleText": "添加健康记录", "enablePullDownRefresh": false } }, { "path": "user/userTuiAdd", "style": { "navigationBarTitleText": "申请推广员", "enablePullDownRefresh": false } }, { "path": "user/paymentOrderRemain", "style": { "navigationBarTitleText": "支付尾款", "enablePullDownRefresh": false } }, { "path": "user/otherPaymentOrder", "style": { "navigationBarTitleText": "亲友代付", "enablePullDownRefresh": false } }, { "path": "user/otherPaySuccess", "style": { "navigationBarTitleText": "支付成功", "enablePullDownRefresh": false } }, { "path": "user/otherPaymentOrderRemain", "style": { "navigationBarTitleText": "亲友代付尾款", "enablePullDownRefresh": false } } ] }, { "root": "pages_company", "pages": [{ "path": "auth/login", "style": { "navigationBarTitleText": "销售员登录" // "app-plus": { // "titleNView": false // } } }, { "path": "index", "style": { "navigationBarTitleText": "销售管理首页" // "app-plus": { // "titleNView": false // } } }, { "path": "storeOrder", "style": { "navigationBarTitleText": "服务管理" } }, { "path": "storeOrderDetail", "style": { "navigationBarTitleText": "服务详情", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "storeProductPackage", "style": { "navigationBarTitleText": "产品套餐" } }, { "path": "storeProductPackageDetails", "style": { "navigationBarTitleText": "套餐详情" } }, { "path": "coupon", "style": { "navigationBarTitleText": "优惠券" } }, { "path": "couponDetails", "style": { "navigationBarTitleText": "优惠券详情" } }, { "path": "order/productList", "style": { "navigationBarTitleText": "产品列表" } }, { "path": "order/productDetails", "style": { "navigationBarTitleText": "产品详情", "enablePullDownRefresh": false } }, { "path": "order/cart", "style": { "navigationBarTitleText": "购物车" } }, { "path": "order/confirmOrder", "style": { "navigationBarTitleText": "推荐服务信息" } }, { "path": "order/confirmCompanyOrder", "style": { "navigationBarTitleText": "推荐服务" } }, { "path": "order/coupon", "style": { "navigationBarTitleText": "制单优惠券" } }, { "path": "order/productShowDetails", "style": { "navigationBarTitleText": "产品详情" } }, { "path": "alipayImg", "style": { "navigationBarTitleText": "支付宝收款" } }, { "path": "wechatcode", "style": { "navigationBarTitleText": "微信收款码" } }, { "path": "card", "style": { "navigationBarTitleText": "我的名片" } } ] }, { "root": "pages_shopping", "pages": [{ "path": "shopping/confirmPackageOrder", "style": { "navigationBarTitleText": "确认支付", "enablePullDownRefresh": false } }, { "path": "shopping/confirmCreateOrder", "style": { "navigationBarTitleText": "确认订单", "enablePullDownRefresh": false } }, // { // "path": "shopping/productList", // "style": { // "navigationBarTitleText": "药品列表", // "enablePullDownRefresh": false // } // }, { "path": "shopping/coupon", "style": { "navigationBarTitleText": "优惠券", "enablePullDownRefresh": false } }, { "path": "shopping/myCoupon", "style": { "navigationBarTitleText": "我的优惠券", "enablePullDownRefresh": false } }, { "path": "shopping/activityDetails", "style": { "navigationBarTitleText": "活动", "enablePullDownRefresh": false } } ] }, { "root": "pages_mall", "pages": [{ "path": "index", "style": { "navigationBarTitleText": "商城", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "productDetails", "style": { "navigationBarTitleText": "产品详情", "enablePullDownRefresh": false, "navigationStyle": "custom", "app-plus": { "titleNView": false } } }, { "path": "cart", "style": { "navigationBarTitleText": "购物车", "enablePullDownRefresh": false } }, { "path": "newArrival", "style": { "navigationBarTitleText": "新品推荐", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "exchange", "style": { "navigationBarTitleText": "福币商城", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "confirmOrder", "style": { "navigationBarTitleText": "确认订单", "enablePullDownRefresh": false } }, { "path": "paymentOrder", "style": { "navigationBarTitleText": "去支付", "enablePullDownRefresh": false, "navigationStyle": "custom", "app-plus": { "titleNView": false } } }, { "path": "payOrder", "style": { "navigationBarTitleText": "推荐服务支付", "enablePullDownRefresh": false } }, { "path": "storeOrderDetail", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "prescribe", "style": { "navigationBarTitleText": "填写处方信息", "enablePullDownRefresh": false } }, { "path": "paymentSuccess", "style": { "navigationBarTitleText": "支付成功", "enablePullDownRefresh": false } }, { "path": "productList", "style": { "navigationBarTitleText": "药品列表", "enablePullDownRefresh": false } } ] }, { "root": "pages_live", "pages": [{ "path": "index", "style": { "navigationBarTitleText": "直播间", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "living", "style": { "navigationBarTitleText": "直播间", "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "livingList", "style": { "navigationBarTitleText": "直播间列表", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "shareLive", "style": { "navigationBarTitleText": "分享直播间", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "shopping/complaintList", "style": { "navigationBarTitleText": "投诉列表", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "shopping/complaint", "style": { "navigationBarTitleText": "投诉", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "shopping/confirmCreateOrder", "style": { "navigationBarTitleText": "创建订单", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "shopping/goods", "style": { "navigationBarTitleText": "商品详情", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "shopping/integral", "style": { "navigationBarTitleText": "芳华币", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "shopping/order", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "shopping/paymentOrder", "style": { "navigationBarTitleText": "支付订单", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "shopping/refundOrder", "style": { "navigationBarTitleText": "退款订单", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "shopping/refundOrderDelivery", "style": { "navigationBarTitleText": "退款订单发货", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "shopping/refundOrderDetail", "style": { "navigationBarTitleText": "退款订单详情", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "shopping/refundOrderProduct", "style": { "navigationBarTitleText": "退款商品", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "shopping/storeOrderDelivery", "style": { "navigationBarTitleText": "订单发货", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "shopping/storeOrderDetail", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "shopping/storeOrderRefundList", "style": { "navigationBarTitleText": "退款列表", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "shopping/storeOrderRefundSubmit", "style": { "navigationBarTitleText": "提交退款", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "shopping/success", "style": { "navigationBarTitleText": "操作成功", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff" } } ] } ], "tabBar": { "color": "#999999", "selectedColor": "#2583EB", "borderStyle": "white", "backgroundColor": "#ffffff", "height": "64px", "fontSize": "12px", "iconWidth": "20px", "spacing": "4px", "list": [{ "pagePath": "pages_im/pages/conversation/conversationList/index", "iconPath": "/static/image/tabbar/tab_new_icon.png", "selectedIconPath": "/static/image/tabbar/tab_new_on_icon.png", "text": "消息" }, { "pagePath": "pages/course/video/living-app", "iconPath": "/static/image/tabbar/tab_video_icon.png", "selectedIconPath": "/static/image/tabbar/tab_video_on_icon.png", "text": "短视频" }, // { // "pagePath": "pages/index/index", // "iconPath": "/static/image/tabbar/tab_home_icon.png", // "selectedIconPath": "/static/image/tabbar/tab_home_on_iconx.png", // "text": "首页" // }, // { // "pagePath": "pages/course/index", // "iconPath": "/static/image/tabbar/tab_hall_icon.png", // "selectedIconPath": "/static/image/tabbar/tab_hall_on_icon.png", // "text": "讲堂" // }, { "pagePath": "pages_mall/index", "iconPath": "/static/image/tabbar/shop_mall.png", "selectedIconPath": "/static/image/tabbar/shop_mall_sel.png", "text": "商城" }, { "pagePath": "pages_enter/index", "iconPath": "/static/image/tabbar/tab_hall_icon.png", "selectedIconPath": "/static/image/tabbar/shop_mall_sel.png", "text": "娱乐" }, // { // "pagePath": "pages_im/pages/contact/index/index", // "iconPath": "/static/image/tabbar/tab_video_icon.png", // "selectedIconPath": "/static/image/tabbar/tab_video_on_icon.png", // "text": "通讯录" // }, { "pagePath": "pages/user/index", "iconPath": "/static/image/tabbar/tab_my_icon.png", "selectedIconPath": "/static/image/tabbar/tab_my_on_icon.png", "text": "我的" } ] } }