108 lines
2.3 KiB
JSON
108 lines
2.3 KiB
JSON
{
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/Workbench/Workbench",
|
||
"style": {
|
||
"navigationBarTitleText": "工作台"
|
||
}
|
||
},{
|
||
"path": "pages/Repair/Repair",
|
||
"style": {
|
||
"navigationBarTitleText": "报修管理"
|
||
}
|
||
},{
|
||
"path" : "pages/Me/MyRepair",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText" : "我的报修"
|
||
}
|
||
}, {
|
||
"path": "pages/login/login",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/Me/Me",
|
||
"style": {
|
||
"navigationBarTitleText": "我的"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/Message/Message",
|
||
"style": {
|
||
"navigationBarTitleText": "消息"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/Me/informatiuon",
|
||
"style": {
|
||
"navigationBarTitleText": "个人资料"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/Message/Scheduling",
|
||
"style": {
|
||
"navigationBarTitleText": "排班通知",
|
||
"backgroundColor": "#F7F8FA"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/Message/emergent",
|
||
"style": {
|
||
"navigationBarTitleText": "紧急通知"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/Message/Policy",
|
||
"style": {
|
||
"navigationBarTitleText": "政策通知"
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/Repair/RepairDetail",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText" : "报修详情"
|
||
}
|
||
}
|
||
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#FFFFFF",
|
||
"backgroundColor": "#F7F8FA"
|
||
},
|
||
"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/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": "我的"
|
||
}
|
||
]
|
||
},
|
||
"uniIdRouter": {}
|
||
} |