This commit is contained in:
曹辉 2022-10-18 09:04:14 +08:00
parent f4c46713fe
commit d25521d0c0

View File

@ -3,44 +3,39 @@
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
}, },
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{ {
"path" : "pages/diagnosis/diagnosis", "path": "pages/diagnosis/diagnosis",
"style" : "style": {
{ "navigationBarTitleText": "诊疗结果",
"navigationBarTitleText": "诊疗结果", "enablePullDownRefresh": false,
"enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" //
"navigationBarBackgroundColor": "#ffffff" // }
} },
{
"path": "pages/InformationFilling/InformationFilling",
"style": {
"navigationBarTitleText": "信息填写与确认",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff" //
}
},
}, {
{ "path": "pages/AppointmentRecord/AppointmentRecord",
"path": "pages/InformationFilling/InformationFilling", "style": {
"style": { "navigationBarTitleText": "预约记录及结果",
"navigationBarTitleText": "信息填写与确认", "enablePullDownRefresh": false,
"enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" //
"navigationBarBackgroundColor": "#ffffff" // }
} },
}, {
"path": "pages/detail/detail",
{ "style": {
"path" : "pages/AppointmentRecord/AppointmentRecord", "navigationBarTitleText": "护理站简介",
"style" : "enablePullDownRefresh": false,
{ "navigationBarBackgroundColor": "#ffffff" //
"navigationBarTitleText": "预约记录及结果", }
"enablePullDownRefresh": false, },
"navigationBarBackgroundColor": "#ffffff" //
}
},
{
"path": "pages/detail/detail",
"style": {
"navigationBarTitleText": "护理站简介",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff" //
}
},
{ {
"path": "pages/information/information", "path": "pages/information/information",
"style": { "style": {
@ -48,7 +43,7 @@
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff" "navigationBarBackgroundColor": "#ffffff"
} }
},{ }, {
"path": "pages/Doctordetails/Doctordetails", "path": "pages/Doctordetails/Doctordetails",
"style": { "style": {
"navigationBarTitleText": "医生信息", "navigationBarTitleText": "医生信息",
@ -75,30 +70,28 @@
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff" // "navigationBarBackgroundColor": "#ffffff" //
} }
},{ }, {
"path": "pages/doctorslist/doctorslist", "path": "pages/doctorslist/doctorslist",
"style": { "style": {
"navigationBarTitleText": "预约医生", "navigationBarTitleText": "预约医生",
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff" "navigationBarBackgroundColor": "#ffffff"
} }
},{ }, {
"path" : "pages/appointment/appointment", "path": "pages/appointment/appointment",
"style" : "style": {
{ "navigationBarTitleText": "选择时间",
"navigationBarTitleText": "选择时间", "enablePullDownRefresh": false
"enablePullDownRefresh": false }
}
}, },
{ {
"path": "pages/homepage/homepage", "path": "pages/homepage/homepage",
"style": { "style": {
"navigationBarTitleText": "泉医到家", "navigationBarTitleText": "泉医到家",
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff" "navigationBarBackgroundColor": "#ffffff"
} }
}, { }, {
"path": "pages/disease/disease", "path": "pages/disease/disease",
"style": { "style": {
"navigationBarTitleText": "疾病信息选择", "navigationBarTitleText": "疾病信息选择",
@ -114,21 +107,13 @@
} }
}, },
{ {
"path" : "pages/appointmenttime/appointmenttime", "path": "pages/appointmenttime/appointmenttime",
"style" :
{
"navigationBarTitleText": "预约时间",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff" //
}
},
{
"path": "pages/startup/startup",
"style": { "style": {
"navigationBarTitleText": "", "navigationBarTitleText": "预约时间",
"enablePullDownRefresh": false "enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff" //
} }
}, { }, {
"path": "pages/Personal/Personal", "path": "pages/Personal/Personal",
"style": { "style": {
@ -166,7 +151,7 @@
"navigationBarBackgroundColor": "#ffffff" "navigationBarBackgroundColor": "#ffffff"
} }
} }
], ],
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarTitleText": "", "navigationBarTitleText": "",