
2 changed files with 61 additions and 69 deletions
@ -1,103 +1,86 @@ |
|||
{ |
|||
"pages": [ |
|||
{ |
|||
"path": "pages/index/index", |
|||
"style": { |
|||
} |
|||
}, |
|||
{ |
|||
"path" : "pages/visitors_new/visitors_new", |
|||
"style" : |
|||
{ |
|||
"navigationBarTitleText" : "就诊人" |
|||
} |
|||
}, |
|||
{ |
|||
"path" : "pages/waiting_method/waiting_method", |
|||
"style" : |
|||
{ |
|||
"pages": [{ |
|||
"path": "pages/index/index", |
|||
"style": { |
|||
"navigationBarTitleText": "就诊人" |
|||
} |
|||
}, |
|||
{ |
|||
"path": "pages/visitors_new/visitors_new", |
|||
"style": { |
|||
"navigationBarTitleText": "就诊人" |
|||
} |
|||
}, |
|||
{ |
|||
"path": "pages/waiting_method/waiting_method", |
|||
"style": { |
|||
"navigationBarTitleText": "候诊方式", |
|||
"enablePullDownRefresh": false |
|||
} |
|||
}, |
|||
{ |
|||
"path" : "pages/prebook_list/prebook_list", |
|||
"style" : |
|||
{ |
|||
"path": "pages/prebook_list/prebook_list", |
|||
"style": { |
|||
"navigationBarTitleText": "就诊记录", |
|||
"enablePullDownRefresh": false |
|||
} |
|||
}, |
|||
|
|||
|
|||
{ |
|||
"path" : "pages/book_detail/book_detail", |
|||
"style" : |
|||
{ |
|||
"path": "pages/book_detail/book_detail", |
|||
"style": { |
|||
"navigationBarTitleText": "预约详情", |
|||
"enablePullDownRefresh": false |
|||
} |
|||
}, |
|||
{ |
|||
"path" : "pages/user_modify/user_modify", |
|||
"style" : |
|||
{ |
|||
"path": "pages/user_modify/user_modify", |
|||
"style": { |
|||
"navigationBarTitleText": "修改资料", |
|||
"enablePullDownRefresh": false |
|||
} |
|||
}, |
|||
{ |
|||
"path" : "pages/usercenter/usercenter", |
|||
"style" : |
|||
{ |
|||
"path": "pages/usercenter/usercenter", |
|||
"style": { |
|||
"navigationBarTitleText": "我的", |
|||
"enablePullDownRefresh": false |
|||
} |
|||
|
|||
|
|||
}, |
|||
{ |
|||
"path" : "pages/modify_visitor/modify_visitor", |
|||
"style" : |
|||
{ |
|||
{ |
|||
"path": "pages/modify_visitor/modify_visitor", |
|||
"style": { |
|||
"navigationBarTitleText": "就诊人信息", |
|||
"enablePullDownRefresh": false |
|||
} |
|||
}, |
|||
{ |
|||
"path" : "pages/prebook/prebook", |
|||
"style" : |
|||
{ |
|||
"path": "pages/prebook/prebook", |
|||
"style": { |
|||
"navigationBarTitleText": "预约就诊", |
|||
"enablePullDownRefresh": false |
|||
} |
|||
}, |
|||
{ |
|||
"path" : "pages/visitors/visitors", |
|||
"style" : |
|||
{ |
|||
"path": "pages/visitors/visitors", |
|||
"style": { |
|||
"navigationBarTitleText": "选择就诊人", |
|||
"enablePullDownRefresh": false |
|||
} |
|||
}, |
|||
{ |
|||
"path" : "pages/visitors_new/visitors_new", |
|||
"style" : |
|||
{ |
|||
"navigationBarTitleText" : "" |
|||
} |
|||
}, |
|||
{ |
|||
"path" : "pages/visit_detail/visit_detail", |
|||
"style" : |
|||
{ |
|||
"navigationBarTitleText" : "就诊详情" |
|||
} |
|||
"path": "pages/visit_detail/visit_detail", |
|||
"style": { |
|||
"navigationBarTitleText": "就诊详情" |
|||
} |
|||
} |
|||
], |
|||
"globalStyle": { |
|||
"navigationBarTextStyle": "black", |
|||
"navigationBarBackgroundColor": "#F8F8F8", |
|||
"backgroundColor": "#F8F8F8", |
|||
"navigationStyle":"custom" |
|||
}, |
|||
"uniIdRouter": {} |
|||
"globalStyle": { |
|||
"navigationBarTextStyle": "black", |
|||
"navigationBarTitleText": "", |
|||
"navigationBarBackgroundColor": "#FFFFFF", |
|||
"backgroundColor": "#FFFFFF" |
|||
}, |
|||
"uniIdRouter": {} |
|||
} |
Loading…
Reference in new issue