2024-08-26 11:07:29 +08:00
|
|
|
|
{
|
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/login/login",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationStyle":"custom"
|
|
|
|
|
}
|
2024-08-26 16:12:49 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/Workbench/Workbench",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "工作台"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/Me/Me",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "我的"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/Message/Message",
|
2024-08-26 11:07:29 +08:00
|
|
|
|
"style": {
|
2024-08-26 16:12:49 +08:00
|
|
|
|
"navigationBarTitleText": "消息"
|
2024-08-26 11:07:29 +08:00
|
|
|
|
}
|
2024-08-26 17:52:08 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/Me/informatiuon",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "个人资料"
|
|
|
|
|
}
|
2024-08-29 15:19:18 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/Message/Scheduling",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "排班通知",
|
|
|
|
|
"backgroundColor": "#F7F8FA"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/Message/emergent",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "紧急通知"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/Message/Policy",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "政策通知",
|
|
|
|
|
}
|
2024-08-26 11:07:29 +08:00
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"navigationBarTitleText": "uni-app",
|
2024-08-29 15:19:18 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
"backgroundColor": "#F7F8FA"
|
2024-08-26 11:07:29 +08:00
|
|
|
|
},
|
2024-08-26 16:12:49 +08:00
|
|
|
|
"tabBar": {
|
|
|
|
|
"color": "#ccc",
|
|
|
|
|
"selectedColor": "#03A8F6",
|
|
|
|
|
"borderStyle": "black",
|
|
|
|
|
"backgroundColor": "#FFFFFF",
|
|
|
|
|
"list": [
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/Workbench/Workbench",
|
|
|
|
|
"iconPath": "static/tabbar/workbench.png",
|
|
|
|
|
"selectedIconPath": "static/tabbar/workbench._select.png",
|
|
|
|
|
"text": "工作台"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/Message/Message",
|
|
|
|
|
"iconPath": "static/tabbar/message.png",
|
|
|
|
|
"selectedIconPath": "static/tabbar/message_select.png",
|
|
|
|
|
"text": "消息"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/Me/Me",
|
|
|
|
|
"iconPath": "static/tabbar/me.png",
|
|
|
|
|
"selectedIconPath": "static/tabbar/me_select.png",
|
|
|
|
|
"text": "我的"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
2024-08-26 11:07:29 +08:00
|
|
|
|
"uniIdRouter": {}
|
|
|
|
|
}
|