|
|
@@ -0,0 +1,2194 @@
|
|
|
+{
|
|
|
+ "easycom": {
|
|
|
+ // "^u-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
|
|
|
+ "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
|
+ },
|
|
|
+ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
+ {
|
|
|
+ "path": "pages/common/launch",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "泰安泰医堂中医医院",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/auth/login",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "授权登录",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/index/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarTitleText": "泰安泰医堂中医医院",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
+
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/index/h5",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "文章详情"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/index/content",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "文章详情"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "pages/doctor/index",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "查找医生",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "pages/store/index",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "健康疗法",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "pages/user/index",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarTitleText": "个人中心",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path": "pages/im/conversationList/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "咨询消息",
|
|
|
+ "navigationBarBackgroundColor": "#fff",
|
|
|
+ "navigationBarTextStyle": "black"
|
|
|
+ // "usingComponenets": {
|
|
|
+ // "my-avatar": "pages_im/components/MyAvatar/index",
|
|
|
+ // "my-avatar-placeholder": "pages/im/placeholder/myAvatar" ,// 占位组件路径
|
|
|
+ // "u-parse": "pages_im/components/gaoyia-parse/parse.vue",
|
|
|
+ // "u-parse-placeholder": "pages/im/placeholder/uParse" // 占位组件路径
|
|
|
+ // },
|
|
|
+ // "componentPlaceholder": {
|
|
|
+ // "my-avatar": "my-avatar-placeholder",
|
|
|
+ // "u-parse": "u-parse-placeholder"
|
|
|
+ // }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "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/index/webview",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText" : "webView",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "app-plus": {
|
|
|
+ "bounce": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ ],
|
|
|
+ "subPackages": [
|
|
|
+ {
|
|
|
+ "root": "pages_index",
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path" : "testList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "测一测"
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "testDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "测一测详情"
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "test",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "健康体质检测",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "testResult",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "测试结果"
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "testResultImg",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "分享好友"
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "articleList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "健康知识",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "articleDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "文章详情",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "diseaseList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "疾病列表",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "diseaseDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "疾病详情",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "hospitalList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "医院列表",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "hospitalDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "医院详情",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "white"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "search",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "搜索",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "famousPrescribeList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "名方今用",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "famousPrescribeDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "名方今用",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "vesselList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "经络穴位",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "vesselDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "经络穴位",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "chineseMedicineList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "中药图解",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "chineseMedicineDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "中药图解",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "medicatedFoodList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "药膳食疗",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "medicatedFoodDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "药膳食疗",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "questionsList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "问答专区",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "questionsDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "问答专区",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "packageList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "健康疗法",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "packageDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "健康疗法详情",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "packageForm",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "问答",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "root": "pages_doctor",
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path" : "doctorArticleList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "医生案例",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "doctorArticleDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "案例详情",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "doctorList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "医生列表",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "doctorDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "医生详情",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "white",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "doctorPingList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "评价列表",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "doctorInfo",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "医生详情",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "white"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "doctorImgs",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "医生资质证书",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "white"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "root": "pages_order",
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path" : "inquiryOrderList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "咨询订单",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "inquiryOrderDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "咨询详情",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "inquiryOrderPingList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "评价列表",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "inquirySelect",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "问诊选择",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "inquirySelectType",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "咨询通道",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "inquiryForm1",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "病情描述",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "inquiryForm2_1",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "症状描述",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "inquiryForm2_2",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "病情描述",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "inquiryForm3",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "病情描述",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "inquiryPay",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "支付订单",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "inquiryPayment",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "支付订单",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "tzPay",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "收银台",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "tzWeixinPay",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "微信支付",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "inquiryOrderPaySuccess",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "支付结果",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "storeOrderPaySuccess",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "支付结果",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "courseOrderPayment",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "支付",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "courseOrderPaySuccess",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "支付结果",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "userVipOrderPayment",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "支付",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "userVipOrderOrderPaySuccess",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "支付结果",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "pingOrder",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "医生评价",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "prescribeList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "处方单",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "prescribeDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "处方单详情",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "storeOrderList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "我的订单",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "storeOrderDetail",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "订单详情",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "white"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "storeOrderPay",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "支付订单",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "storeOrderPayment",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "支付订单",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "inquiryOrderReport",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "咨询报告",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "packageOrderDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "订单详情"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "packageOrderList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "我的服务包",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "packageOrderPay",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "支付订单",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "packageOrderPaySuccess",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "支付结果",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "storeOrderDelivery",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "物流信息",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "white"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "storeOrderRefundApply",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "申请售后",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "storeOrderRefundSubmit",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "提交售后",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "storeOrderRefundList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "我的售后",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "storeOrderRefundDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "售后详情"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "storeOrderRefundAddDelivery",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "填写物流单号",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "packageOtherPayment",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "亲友代付",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "packagePayment",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "支付订单",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ },{
|
|
|
+ "path": "invoice/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "开具发票",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "app-plus": {
|
|
|
+ "bounce": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "invoice/invoiceDetail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "发票详情",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "app-plus": {
|
|
|
+ "bounce": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "invoice/invoiceList",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "开票历史",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "app-plus": {
|
|
|
+ "bounce": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "invoice/invoiceOther",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "app-plus": {
|
|
|
+ "bounce": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "root": "pages_user",
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path" : "registerDoctor",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "注册医生",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "about",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "关于我们",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "address",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "地址管理",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "addEditAddress",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "新增地址",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "personInfo",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "个人信息",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "agreement",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "协议",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "myDoctorList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "我的医生",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ ,{
|
|
|
+ "path" : "patient",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "就诊人管理",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "addEditPatient",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "添加就诊人",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "myCouponList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "我的优惠券",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "cert",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "资质证书",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "followList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "我的随访",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "followDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "随访详情",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "drugReportList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "用药报告",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "drugReportPing",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "评价",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "drugReportDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "报告详情",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "doFollow",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "提交随访",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "integralGoodsList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "积分商城",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "integralGoodsDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "商品详情",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "integralOrderList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "兑换订单",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "integralOrderDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "订单详情"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "integralLogsList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "积分记录",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "integralOrderPay",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "积分兑换",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "integralOrderPaySuccess",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "兑换结果",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "integral",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "签到",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "price",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "价格公示",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "healthRecords/index",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "健康档案",
|
|
|
+ "navigationBarTextStyle": "white",
|
|
|
+ "navigationBarBackgroundColor": "#FF5C03"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "healthRecords/add",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "添加",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "healthRecords/edit",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "编辑",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path": "tongue/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "AI舌诊",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "scrollIndicator": "none",
|
|
|
+ "bounce": "none",
|
|
|
+ "titleNView": false,
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },{
|
|
|
+ "path": "tongue/report",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "AI舌诊体质辨识报告",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "bounce": "none",
|
|
|
+ "titleNView": false,
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },{
|
|
|
+ "path": "tongue/photoPreview",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "bounce": "none",
|
|
|
+ "titleNView": false,
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },{
|
|
|
+ "path": "tongue/ques",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "使用教程",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarBackgroundColor":"#ffffff",
|
|
|
+ "navigationBarTextStyle":"black",
|
|
|
+ "scrollIndicator": "none",
|
|
|
+ "app-plus": {
|
|
|
+ "bounce": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path": "tongue/tongueList",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "舌苔记录"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path": "addHealthButler",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "健康管家"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path": "bindCompanyUser",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "绑定",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarBackgroundColor":"#ffffff",
|
|
|
+ "navigationBarTextStyle":"black"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "downApp",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "下载",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarBackgroundColor":"#ffffff",
|
|
|
+ "navigationBarTextStyle":"black"
|
|
|
+ }
|
|
|
+ },{
|
|
|
+ "path": "feedback",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText" : "投诉建议",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarBackgroundColor":"#f7f7f7",
|
|
|
+ "navigationBarTextStyle":"black"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "user/pay",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "收款",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarBackgroundColor":"#ffffff",
|
|
|
+ "navigationBarTextStyle":"black"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "user/success",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "收款",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "root": "pages_company",
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path" : "login",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "客服登录",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "index",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "首页",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ },{
|
|
|
+ "path" : "prescribeListAll",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "处方单",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "packageList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "健康疗法",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "packageDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "健康疗法详情",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "packageOrderList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "疗法订单",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "packageOrderDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "订单详情"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "couponList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "优惠券列表"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "couponDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "优惠券详情"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "inquiryOrderList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "问诊订单",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "inquiryOrderDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "订单详情"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "storeOrderList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "药品订单",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "storeOrderDetail",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "订单详情"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "storeOrderDelivery",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "快递信息"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "bindInfo",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText" : "",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarBackgroundColor":"#f7f7f7",
|
|
|
+ "navigationBarTextStyle":"black"
|
|
|
+ }
|
|
|
+
|
|
|
+ },{
|
|
|
+ "path": "wechatcode",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "微信收款码",
|
|
|
+ "app-plus": {
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "root": "pages_course",
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path" : "video",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "课程",
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "scrollIndicator": "none",
|
|
|
+ "bounce": "none",
|
|
|
+ "usingComponenets": {
|
|
|
+ "uni-popup": "/uni_modules/uni-popup/components/uni-popup/uni-popup"
|
|
|
+ },
|
|
|
+ "componentPlaceholder": {
|
|
|
+ "uni-popup": "view"
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "reward",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "领取奖励",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "feedback",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "投诉反馈",
|
|
|
+ "scrollIndicator": "none",
|
|
|
+ "app-plus": {
|
|
|
+ "bounce": "none",
|
|
|
+ "softinputMode": "adjustResize"
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ },{
|
|
|
+ "path": "webview",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "授权登录",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "root": "pages_im",
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path": "pages/common/searchUserOrGroup/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "app-plus": {
|
|
|
+ "bounce": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "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/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"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "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/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,
|
|
|
+ "disableScroll": true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/common/globalChatLosPreview/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "disableScroll": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ ,{
|
|
|
+ "path": "pages/common/previewHistoryMessage/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "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/friendList/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的好友",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "navigationBarTextStyle": "black"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/contact/searchAddedFriend/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "搜索好友",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "disableScroll": true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/common/userCard/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "个人主页",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "navigationBarTextStyle": "black"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/common/contactChoose/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "联系人",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "disableScroll": true,
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },{
|
|
|
+ "root": "pages_shopping",
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path": "index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "健康产品",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "productSearch",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "商品搜索",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "productListAll",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "全部商品",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "productList",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "商品列表",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "productDetails",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "商品详情",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "userindex",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "商城订单",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "confirmOrder",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "确认订单",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "cart",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "购物车",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "order/confirmOrder",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "确认订单",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "order/paymentOrder",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "去支付",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "order/success",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "支付成功",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "order/storeOrder",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "全部订单",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "order/storeOrderDetail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "订单详情",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "order/refundOrderProduct",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "申请售后",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "order/refundOrder",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "申请售后",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "order/refundOrderList",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "售后服务",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "order/refundOrderDetail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "售后详情",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "order/myCoupon",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的优惠卷",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "order/storeProductRelation",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的足迹",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "order/storeOrderDelivery",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "物流信息",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "auth/login",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "销售登录",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "company/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "销售管理首页",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "company/productDetails",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "商品列表",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "company/productList",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "商品列表",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "company/cart",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "购物车",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "company/confirmCompanyOrder",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "推荐服务",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "company/confirmCreateOrder",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "确认订单",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "company/storeOrder",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "服务管理",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "company/storeOrderDetail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "订单详情",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "company/coupon",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "制单优惠卷",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "company/couponDetails",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "优惠卷详情",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ ]
|
|
|
+ }
|
|
|
+
|
|
|
+ ],
|
|
|
+ "globalStyle": {
|
|
|
+ "navigationBarTextStyle": "white",
|
|
|
+ "navigationBarTitleText": "泰安泰医堂中医医院",
|
|
|
+ "navigationBarBackgroundColor": "#078C9D",
|
|
|
+ "backgroundColor": "#ffffff"
|
|
|
+ },
|
|
|
+ "uniIdRouter": {},
|
|
|
+ "tabBar": {
|
|
|
+ "color": "#7e7e7e",
|
|
|
+ "selectedColor": "#078C9D",
|
|
|
+ "borderStyle": "white",
|
|
|
+ "backgroundColor": "#ffffff",
|
|
|
+ "height": "64px",
|
|
|
+ "fontSize":"12px",
|
|
|
+ "iconWidth":"18px",
|
|
|
+ "spacing": "4px",
|
|
|
+ "list": [{
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "iconPath": "/static/tabbar/home.png",
|
|
|
+ "selectedIconPath": "/static/tabbar/home_select.png",
|
|
|
+ "text": "首页"
|
|
|
+ },
|
|
|
+ // {
|
|
|
+ // "pagePath": "pages/doctor/index",
|
|
|
+ // "iconPath": "https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/images/doctor.png",
|
|
|
+ // "selectedIconPath": "https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/images/doctor_select.png",
|
|
|
+ // "text": "查医生"
|
|
|
+ // },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/im/conversationList/index",
|
|
|
+ "iconPath": "/static/tabbar/inquiry.png",
|
|
|
+ "selectedIconPath": "/static/tabbar/inquiry_select.png",
|
|
|
+ "text": "问诊"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/store/index",
|
|
|
+ "iconPath": "/static/tabbar/store.png",
|
|
|
+ "selectedIconPath": "/static/tabbar/store_select.png",
|
|
|
+ "text": "疗法"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/user/index",
|
|
|
+ "iconPath": "/static/tabbar/my.png",
|
|
|
+ "selectedIconPath": "/static/tabbar/my_select.png",
|
|
|
+ "text": "我的"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+}
|