- Spring Boot 后端服务 (hss-home-service) - delivery-miniapp 配送小程序 - website 官网 (Nuxt) - docs 架构设计文档 - Docker 容器化部署配置 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/delivery/login/login",
|
|
"style": { "navigationBarTitleText": "服务人员登录" }
|
|
},
|
|
{
|
|
"path": "pages/delivery/index/index",
|
|
"style": { "navigationBarTitleText": "工作台" }
|
|
},
|
|
{
|
|
"path": "pages/delivery/orders/orders",
|
|
"style": { "navigationBarTitleText": "工单列表" }
|
|
},
|
|
{
|
|
"path": "pages/delivery/order-detail/order-detail",
|
|
"style": { "navigationBarTitleText": "工单详情" }
|
|
},
|
|
{
|
|
"path": "pages/delivery/accept/accept",
|
|
"style": { "navigationBarTitleText": "接单确认" }
|
|
},
|
|
{
|
|
"path": "pages/delivery/checkin/checkin",
|
|
"style": { "navigationBarTitleText": "GPS签到" }
|
|
},
|
|
{
|
|
"path": "pages/delivery/execute/execute",
|
|
"style": { "navigationBarTitleText": "服务执行" }
|
|
},
|
|
{
|
|
"path": "pages/delivery/exception/exception",
|
|
"style": { "navigationBarTitleText": "异常上报" }
|
|
},
|
|
{
|
|
"path": "pages/delivery/finish/finish",
|
|
"style": { "navigationBarTitleText": "签退完成" }
|
|
},
|
|
{
|
|
"path": "pages/delivery/offline-sync/offline-sync",
|
|
"style": { "navigationBarTitleText": "离线补传" }
|
|
},
|
|
{
|
|
"path": "pages/delivery/messages/messages",
|
|
"style": { "navigationBarTitleText": "消息通知" }
|
|
},
|
|
{
|
|
"path": "pages/delivery/profile/profile",
|
|
"style": { "navigationBarTitleText": "我的资质" }
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "居家上门服务",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"backgroundColor": "#F8F8F8"
|
|
}
|
|
}
|