需求分析

This commit is contained in:
not-like-juvenile
2026-02-06 08:21:59 +08:00
parent 76f183af2a
commit 33030bd20b
9 changed files with 1568 additions and 0 deletions

View File

@@ -365,6 +365,55 @@
"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/platform-config-center",
"style": {
"navigationBarTitleText": "配送配置中心",
"navigationStyle": "custom"
}
},
{
"path": "test/consumer-logistics-detail",
"style": {
"navigationBarTitleText": "用户查快递",
"navigationStyle": "custom"
}
}
]
},