新增
This commit is contained in:
parent
f4c46713fe
commit
d25521d0c0
37
pages.json
37
pages.json
@ -4,14 +4,12 @@
|
||||
},
|
||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||
{
|
||||
"path" : "pages/diagnosis/diagnosis",
|
||||
"style" :
|
||||
{
|
||||
"path": "pages/diagnosis/diagnosis",
|
||||
"style": {
|
||||
"navigationBarTitleText": "诊疗结果",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationBarBackgroundColor": "#ffffff" //背景颜色
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"path": "pages/InformationFilling/InformationFilling",
|
||||
@ -23,16 +21,13 @@
|
||||
},
|
||||
|
||||
{
|
||||
"path" : "pages/AppointmentRecord/AppointmentRecord",
|
||||
"style" :
|
||||
{
|
||||
"path": "pages/AppointmentRecord/AppointmentRecord",
|
||||
"style": {
|
||||
"navigationBarTitleText": "预约记录及结果",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationBarBackgroundColor": "#ffffff" //背景颜色
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
{
|
||||
"path": "pages/detail/detail",
|
||||
"style": {
|
||||
@ -48,7 +43,7 @@
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationBarBackgroundColor": "#ffffff"
|
||||
}
|
||||
},{
|
||||
}, {
|
||||
"path": "pages/Doctordetails/Doctordetails",
|
||||
"style": {
|
||||
"navigationBarTitleText": "医生信息",
|
||||
@ -75,21 +70,19 @@
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationBarBackgroundColor": "#ffffff" //背景颜色
|
||||
}
|
||||
},{
|
||||
}, {
|
||||
"path": "pages/doctorslist/doctorslist",
|
||||
"style": {
|
||||
"navigationBarTitleText": "预约医生",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationBarBackgroundColor": "#ffffff"
|
||||
}
|
||||
},{
|
||||
"path" : "pages/appointment/appointment",
|
||||
"style" :
|
||||
{
|
||||
}, {
|
||||
"path": "pages/appointment/appointment",
|
||||
"style": {
|
||||
"navigationBarTitleText": "选择时间",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"path": "pages/homepage/homepage",
|
||||
@ -114,21 +107,13 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/appointmenttime/appointmenttime",
|
||||
"style" :
|
||||
{
|
||||
"path": "pages/appointmenttime/appointmenttime",
|
||||
"style": {
|
||||
"navigationBarTitleText": "预约时间",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationBarBackgroundColor": "#ffffff" //背景颜色
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"path": "pages/startup/startup",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}, {
|
||||
"path": "pages/Personal/Personal",
|
||||
"style": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user