diff --git a/pages.json b/pages.json index 214c42f..e71e35a 100644 --- a/pages.json +++ b/pages.json @@ -3,44 +3,39 @@ "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages - { - "path" : "pages/diagnosis/diagnosis", - "style" : - { - "navigationBarTitleText": "诊疗结果", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#ffffff" //背景颜色 - } + { + "path": "pages/diagnosis/diagnosis", + "style": { + "navigationBarTitleText": "诊疗结果", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#ffffff" //背景颜色 + } + }, + { + "path": "pages/InformationFilling/InformationFilling", + "style": { + "navigationBarTitleText": "信息填写与确认", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#ffffff" //背景颜色 + } + }, - }, - { - "path": "pages/InformationFilling/InformationFilling", - "style": { - "navigationBarTitleText": "信息填写与确认", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#ffffff" //背景颜色 - } - }, - - { - "path" : "pages/AppointmentRecord/AppointmentRecord", - "style" : - { - "navigationBarTitleText": "预约记录及结果", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#ffffff" //背景颜色 - } - - }, - - { - "path": "pages/detail/detail", - "style": { - "navigationBarTitleText": "护理站简介", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#ffffff" //背景颜色 - } - }, + { + "path": "pages/AppointmentRecord/AppointmentRecord", + "style": { + "navigationBarTitleText": "预约记录及结果", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#ffffff" //背景颜色 + } + }, + { + "path": "pages/detail/detail", + "style": { + "navigationBarTitleText": "护理站简介", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#ffffff" //背景颜色 + } + }, { "path": "pages/information/information", "style": { @@ -48,7 +43,7 @@ "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" } - },{ + }, { "path": "pages/Doctordetails/Doctordetails", "style": { "navigationBarTitleText": "医生信息", @@ -75,30 +70,28 @@ "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" //背景颜色 } - },{ + }, { "path": "pages/doctorslist/doctorslist", "style": { "navigationBarTitleText": "预约医生", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" } - },{ - "path" : "pages/appointment/appointment", - "style" : - { - "navigationBarTitleText": "选择时间", - "enablePullDownRefresh": false - } - + }, { + "path": "pages/appointment/appointment", + "style": { + "navigationBarTitleText": "选择时间", + "enablePullDownRefresh": false + } }, - { + { "path": "pages/homepage/homepage", "style": { "navigationBarTitleText": "泉医到家", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" } - }, { + }, { "path": "pages/disease/disease", "style": { "navigationBarTitleText": "疾病信息选择", @@ -114,21 +107,13 @@ } }, { - "path" : "pages/appointmenttime/appointmenttime", - "style" : - { - "navigationBarTitleText": "预约时间", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#ffffff" //背景颜色 - } - - }, - { - "path": "pages/startup/startup", + "path": "pages/appointmenttime/appointmenttime", "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false + "navigationBarTitleText": "预约时间", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#ffffff" //背景颜色 } + }, { "path": "pages/Personal/Personal", "style": { @@ -166,7 +151,7 @@ "navigationBarBackgroundColor": "#ffffff" } } - ], + ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "",