This commit is contained in:
@@ -1014,6 +1014,16 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'task-detail',
|
||||
name: 'TaskDetail',
|
||||
component: RoutesAlias.TaskDetail,
|
||||
meta: {
|
||||
title: 'menus.assetManagement.taskDetail',
|
||||
isHide: true,
|
||||
keepAlive: false
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'devices',
|
||||
name: 'DeviceList',
|
||||
@@ -1042,6 +1052,16 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'asset-assign/detail/:id',
|
||||
name: 'AssetAssignDetail',
|
||||
component: RoutesAlias.AssetAssignDetail,
|
||||
meta: {
|
||||
title: 'menus.assetManagement.assetAssignDetail',
|
||||
isHide: true,
|
||||
keepAlive: false
|
||||
}
|
||||
},
|
||||
// {
|
||||
// path: 'card-replacement-request',
|
||||
// name: 'CardReplacementRequest',
|
||||
@@ -1060,6 +1080,16 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'authorization-records/detail/:id',
|
||||
name: 'AuthorizationRecordDetail',
|
||||
component: RoutesAlias.AuthorizationRecordDetail,
|
||||
meta: {
|
||||
title: 'menus.assetManagement.authorizationRecordDetail',
|
||||
isHide: true,
|
||||
keepAlive: false
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'enterprise-devices',
|
||||
name: 'EnterpriseDevices',
|
||||
@@ -1093,11 +1123,21 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
{
|
||||
path: 'orders',
|
||||
name: 'OrderManagement',
|
||||
component: RoutesAlias.OrderList,
|
||||
component: '/order-management/order-list',
|
||||
meta: {
|
||||
title: 'menus.account.orders',
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'orders/detail/:id',
|
||||
name: 'OrderDetail',
|
||||
component: '/order-management/order-list/detail',
|
||||
meta: {
|
||||
title: 'menus.account.orderDetail',
|
||||
isHide: true,
|
||||
keepAlive: false
|
||||
}
|
||||
}
|
||||
// {
|
||||
// path: 'my-account',
|
||||
|
||||
Reference in New Issue
Block a user