fetch(add): 分配记录,批量分配/回收, 单卡列表, 任务列表, 导入ICCID
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 2m21s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 2m21s
This commit is contained in:
@@ -844,13 +844,32 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
},
|
||||
{
|
||||
path: 'card-list',
|
||||
name: 'CardList',
|
||||
component: RoutesAlias.CardList,
|
||||
name: 'StandaloneCardList',
|
||||
component: RoutesAlias.StandaloneCardList,
|
||||
meta: {
|
||||
title: 'menus.assetManagement.cardList',
|
||||
title: 'menus.assetManagement.standaloneCardList',
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'task-management',
|
||||
name: 'TaskManagement',
|
||||
component: RoutesAlias.TaskManagement,
|
||||
meta: {
|
||||
title: 'menus.assetManagement.taskManagement',
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'task-detail',
|
||||
name: 'TaskDetail',
|
||||
component: RoutesAlias.TaskDetail,
|
||||
meta: {
|
||||
title: 'menus.assetManagement.taskDetail',
|
||||
isHide: true,
|
||||
keepAlive: false
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'devices',
|
||||
name: 'DeviceList',
|
||||
@@ -869,6 +888,16 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'allocation-record-detail',
|
||||
name: 'AllocationRecordDetail',
|
||||
component: RoutesAlias.AllocationRecordDetail,
|
||||
meta: {
|
||||
title: '分配记录详情',
|
||||
isHide: true,
|
||||
keepAlive: false
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'card-replacement-request',
|
||||
name: 'CardReplacementRequest',
|
||||
|
||||
Reference in New Issue
Block a user