You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.5 KiB
JSON

{
"pages": [
{ "path": "pages/login/login", "style": { "navigationBarTitleText": "患者登录", "navigationStyle": "custom" } },
{ "path": "pages/index/index", "style": { "navigationBarTitleText": "医技预约", "enablePullDownRefresh": true } },
{ "path": "pages/application/detail", "style": { "navigationBarTitleText": "申请单详情" } },
{ "path": "pages/appointment/select-plan", "style": { "navigationBarTitleText": "选择号源" } },
{ "path": "pages/appointment/confirm", "style": { "navigationBarTitleText": "预约确认" } },
{ "path": "pages/appointment/result", "style": { "navigationBarTitleText": "预约结果" } },
{ "path": "pages/my/list", "style": { "navigationBarTitleText": "我的预约", "enablePullDownRefresh": true } },
{ "path": "pages/reschedule/select-plan", "style": { "navigationBarTitleText": "选择新号源" } }
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "医技预约",
"navigationBarBackgroundColor": "#2B7FD2",
"backgroundColor": "#F5F7FA"
},
"tabBar": {
"color": "#999999",
"selectedColor": "#2B7FD2",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{ "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/tab-home.png", "selectedIconPath": "static/tab-home-active.png" },
{ "pagePath": "pages/my/list", "text": "我的预约", "iconPath": "static/tab-my.png", "selectedIconPath": "static/tab-my-active.png" }
]
}
}