新增
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m7s

This commit is contained in:
sexygoat
2026-03-19 18:32:02 +08:00
parent 407287f538
commit f06d8c9133
22 changed files with 2260 additions and 117 deletions

View File

@@ -1004,6 +1004,26 @@ export const asyncRoutes: AppRouteRecord[] = [
keepAlive: false
}
},
// 换货管理
{
path: 'exchange-management',
name: 'ExchangeManagement',
component: RoutesAlias.ExchangeManagement,
meta: {
title: 'menus.assetManagement.exchangeManagement',
keepAlive: true
}
},
{
path: 'exchange-management/detail/:id',
name: 'ExchangeDetail',
component: RoutesAlias.ExchangeDetail,
meta: {
title: 'menus.assetManagement.exchangeDetail',
isHide: true,
keepAlive: false
}
},
// 记录管理
{
path: 'records',