feat:【mall 商城】交易订单(70% ele 初始化)

This commit is contained in:
YunaiV
2025-10-15 12:37:15 +08:00
parent 318cbc31b2
commit a82d492f58
10 changed files with 1036 additions and 814 deletions

View File

@@ -66,7 +66,7 @@ const routes: RouteRecordRaw[] = [
title: '订单详情',
activePath: '/mall/trade/order',
},
component: () => import('#/views/mall/trade/order/modules/detail.vue'),
component: () => import('#/views/mall/trade/order/detail/index.vue'),
},
{
path: String.raw`after-sale/detail/:id(\d+)`,