Merge remote-tracking branch 'origin/ysj-delivery'

This commit is contained in:
not-like-juvenile
2026-03-17 12:17:38 +08:00
120 changed files with 17577 additions and 673 deletions

View File

@@ -1,12 +1,5 @@
{
"pages": [
{
"path": "pages/mall/admin/homePage/index",
"style": {
"navigationBarTitleText": "管理后台",
"navigationStyle": "custom"
}
},
{
"path": "pages/user/login",
"style": {
@@ -275,6 +268,13 @@
"navigationStyle": "custom"
}
},
{
"path": "all",
"style": {
"navigationBarTitleText": "待接取任务",
"navigationStyle": "custom"
}
},
{
"path": "earnings",
"style": {
@@ -365,6 +365,69 @@
"navigationBarTitleText": "设置",
"navigationStyle": "custom"
}
},
{
"path": "test/index",
"style": {
"navigationBarTitleText": "配送模块测试索引",
"navigationStyle": "custom"
}
},
{
"path": "test/merchant-order-list",
"style": {
"navigationBarTitleText": "商家发货管理",
"navigationStyle": "custom"
}
},
{
"path": "test/merchant-order-detail",
"style": {
"navigationBarTitleText": "订单物流详情",
"navigationStyle": "custom"
}
},
{
"path": "test/platform-tracking-query",
"style": {
"navigationBarTitleText": "轨迹排障查询",
"navigationStyle": "custom"
}
},
{
"path": "test/platform-webhook-logs",
"style": {
"navigationBarTitleText": "Webhook日志",
"navigationStyle": "custom"
}
},
{
"path": "test/api-simulator",
"style": {
"navigationBarTitleText": "第三方接口模拟器",
"navigationStyle": "custom"
}
},
{
"path": "test/platform-config-center",
"style": {
"navigationBarTitleText": "配送配置中心",
"navigationStyle": "custom"
}
},
{
"path": "test/consumer-logistics-detail",
"style": {
"navigationBarTitleText": "用户查快递",
"navigationStyle": "custom"
}
},
{
"path": "test/consumer-order-list",
"style": {
"navigationBarTitleText": "我的快递",
"navigationStyle": "custom"
}
}
]
},