yifengyide-h5/pages.json
2025-03-28 17:22:00 +08:00

59 lines
1.1 KiB
JSON

{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "医风医德员工登陆"
}
},
{
"path": "pages/index/list",
"style": {
"navigationBarTitleText": "我的投诉建议"
}
},
{
"path" : "pages/index/complaint",
"style" :
{
"navigationBarTitleText" : "投诉建议"
}
},
{
"path" : "pages/index/user",
"style" :
{
"navigationBarTitleText" : "个人中心"
}
},
{
"path" : "pages/index/hospital",
"style" :
{
"navigationBarTitleText" : "医德征求意见(院外)"
}
},
{
"path" : "pages/index/hospital_nei",
"style" :
{
"navigationBarTitleText" : "医德征求意见(院内)"
}
},
{
"path" : "pages/index/user_license",
"style" :
{
"navigationBarTitleText" : "清廉执照"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "医风医德考评系统",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
}
}