lock_Maintenance/pages.json

108 lines
2.3 KiB
JSON
Raw Permalink Normal View History

2024-08-26 11:07:29 +08:00
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
2024-08-30 18:02:45 +08:00
"path": "pages/Workbench/Workbench",
"style": {
"navigationBarTitleText": "工作台"
}
},{
2024-08-29 17:13:33 +08:00
"path": "pages/Repair/Repair",
"style": {
"navigationBarTitleText": "报修管理"
}
2024-08-30 18:02:45 +08:00
},{
"path" : "pages/Me/MyRepair",
"style" :
{
"navigationBarTitleText" : "我的报修"
}
2024-08-29 17:13:33 +08:00
}, {
"path": "pages/login/login",
"style": {
"navigationStyle": "custom"
2024-08-26 11:07:29 +08:00
}
},
{
"path": "pages/Me/Me",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/Message/Message",
2024-08-26 11:07:29 +08:00
"style": {
"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": {
2024-08-29 15:26:39 +08:00
"navigationBarTitleText": "政策通知"
2024-08-29 15:19:18 +08:00
}
2024-08-29 17:43:41 +08:00
},
{
2024-08-29 17:13:33 +08:00
"path" : "pages/Repair/RepairDetail",
"style" :
{
"navigationBarTitleText" : "报修详情"
}
2024-08-26 11:07:29 +08:00
}
2024-08-30 18:02:45 +08:00
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
},
"tabBar": {
"color": "#ccc",
"selectedColor": "#03A8F6",
"borderStyle": "black",
"backgroundColor": "#FFFFFF",
2024-08-29 17:13:33 +08:00
"list": [{
"pagePath": "pages/Workbench/Workbench",
"iconPath": "static/tabbar/workbench.png",
"selectedIconPath": "static/tabbar/workbench._select.png",
"text": "工作台"
},
{
2024-08-29 17:13:33 +08:00
"pagePath": "pages/Repair/Repair",
"iconPath": "static/tabbar/message.png",
"selectedIconPath": "static/tabbar/message_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": {}
2024-08-29 17:13:33 +08:00
}