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.

46 lines
893 B
JSON

{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "秦皇岛中医院",
"navigationStyle": "custom"
}
},
{
"path" : "pages/Login",
"style" :
{
"navigationBarTitleText" : "登录",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
"path" : "pages/CheckItemMainList",
"style" :
{
"navigationBarTitleText" : "检查项目",
"enablePullDownRefresh" : true,
"navigationStyle": "custom"
}
},
{
"path" : "pages/PlanList",
"style" :
{
"navigationBarTitleText" : "预约时段",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
}],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "秦皇岛中医院",
"navigationBarBackgroundColor": "#2E7D32",
"backgroundColor": "#F5F7FA",
"app-plus": {
"background": "#F5F7FA"
}
}
}