166 lines
4.0 KiB
JSON
166 lines
4.0 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/delivery/login/index",
|
|
"style": {
|
|
"navigationBarTitleText": "服务人员登录",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/delivery/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "工作台",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/delivery/orders/index",
|
|
"style": {
|
|
"navigationBarTitleText": "工单列表",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/delivery/orders/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "工单详情",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/delivery/orders/route",
|
|
"style": {
|
|
"navigationBarTitleText": "出发与导航",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/delivery/orders/checkin",
|
|
"style": {
|
|
"navigationBarTitleText": "到达签到",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/delivery/orders/execute",
|
|
"style": {
|
|
"navigationBarTitleText": "服务执行",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/delivery/orders/evidence",
|
|
"style": {
|
|
"navigationBarTitleText": "证据上传",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/delivery/orders/exception",
|
|
"style": {
|
|
"navigationBarTitleText": "异常上报",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/delivery/orders/finish",
|
|
"style": {
|
|
"navigationBarTitleText": "完成确认",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/delivery/records/index",
|
|
"style": {
|
|
"navigationBarTitleText": "服务记录",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/delivery/records/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "记录详情",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/delivery/messages/index",
|
|
"style": {
|
|
"navigationBarTitleText": "消息中心",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/delivery/profile/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/delivery/profile/certificates",
|
|
"style": {
|
|
"navigationBarTitleText": "资质证书",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/delivery/profile/settings",
|
|
"style": {
|
|
"navigationBarTitleText": "设置",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
],
|
|
"subPackages": [],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "delivery",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"backgroundColor": "#F3F7F9"
|
|
},
|
|
"tabBar": {
|
|
"color": "#6B7280",
|
|
"selectedColor": "#0F766E",
|
|
"backgroundColor": "#FFFFFF",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/delivery/index/index",
|
|
"text": "工作台",
|
|
"iconPath": "static/tabbar/home.png",
|
|
"selectedIconPath": "static/tabbar/home-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/delivery/orders/index",
|
|
"text": "工单",
|
|
"iconPath": "static/tabbar/cart.png",
|
|
"selectedIconPath": "static/tabbar/cart.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/delivery/messages/index",
|
|
"text": "消息",
|
|
"iconPath": "static/tabbar/message.png",
|
|
"selectedIconPath": "static/tabbar/message.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/delivery/profile/index",
|
|
"text": "我的",
|
|
"iconPath": "static/tabbar/user.png",
|
|
"selectedIconPath": "static/tabbar/user.png"
|
|
}
|
|
]
|
|
},
|
|
"condition": {
|
|
"current": 0,
|
|
"list": [
|
|
{
|
|
"name": "delivery端",
|
|
"path": "pages/delivery/login/index",
|
|
"query": "role=Deliverer"
|
|
}
|
|
]
|
|
}
|
|
}
|