116 lines
2.3 KiB
JSON
116 lines
2.3 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/message/message",
|
|
"style": {
|
|
"navigationBarTitleText": "消息"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/message/index",
|
|
"style": {
|
|
"navigationBarTitleText": "聊天",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/work/work",
|
|
"style": {
|
|
"navigationBarTitleText": "工作台"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/case/case",
|
|
"style": {
|
|
"navigationBarTitleText": "病例"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/work/profile",
|
|
"style": {
|
|
"navigationBarTitleText": "完善个人信息"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/work/department-select",
|
|
"style": {
|
|
"navigationBarTitleText": "选择科室"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/work/verify/assistant",
|
|
"style": {
|
|
"navigationBarTitleText": "上传证照"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/work/verify/doctor",
|
|
"style": {
|
|
"navigationBarTitleText": "上传证照"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "授权登录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/work/team/invite/invite-patient",
|
|
"style": {
|
|
"navigationBarTitleText": "邀请患者"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/work/team/invite/invite-teammate",
|
|
"style": {
|
|
"navigationBarTitleText": "邀请成员"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/work/team/list/team-list",
|
|
"style": {
|
|
"navigationBarTitleText": "我的团队"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/work/service/contact-service",
|
|
"style": {
|
|
"navigationBarTitleText": "联系企微客服"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#065bd6",
|
|
"backgroundColor": "#065bd6"
|
|
},
|
|
"tabBar": {
|
|
"color": "#666666",
|
|
"selectedColor": "#007aff",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "white",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/message/message",
|
|
"iconPath": "static/tabbar/home.png",
|
|
"selectedIconPath": "static/tabbar/home_selected.png",
|
|
"text": "消息"
|
|
},
|
|
{
|
|
"pagePath": "pages/case/case",
|
|
"iconPath": "static/tabbar/cart.png",
|
|
"selectedIconPath": "static/tabbar/cart_selected.png",
|
|
"text": "病例"
|
|
},
|
|
{
|
|
"pagePath": "pages/work/work",
|
|
"iconPath": "static/tabbar/center.png",
|
|
"selectedIconPath": "static/tabbar/center_selected.png",
|
|
"text": "工作台"
|
|
}
|
|
]
|
|
},
|
|
"uniIdRouter": {}
|
|
} |