feat: 新增确认送达弹框组件、添加安卓打包测试证书、骑手配送流程接口对接

This commit is contained in:
admin
2026-02-24 11:58:30 +08:00
parent b85833690f
commit bc1833ec89
25 changed files with 2982 additions and 1205 deletions

View File

@@ -4,7 +4,7 @@ const AreaApi = {
// 获得地区树
getAreaTree: () => {
return request({
url: '/system/area/tree',
url: '/app/area/tree',
method: 'GET'
});
},