fetch(modify):修改bug
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m45s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m45s
This commit is contained in:
@@ -721,6 +721,16 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'package-series/detail/:id',
|
||||
name: 'PackageSeriesDetail',
|
||||
component: RoutesAlias.PackageSeriesDetail,
|
||||
meta: {
|
||||
title: 'menus.packageManagement.packageSeriesDetail',
|
||||
isHide: true,
|
||||
keepAlive: false
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'package-list',
|
||||
name: 'PackageList',
|
||||
@@ -730,6 +740,16 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'package-list/detail/:id',
|
||||
name: 'PackageDetail',
|
||||
component: RoutesAlias.PackageDetail,
|
||||
meta: {
|
||||
title: 'menus.packageManagement.packageDetail',
|
||||
isHide: true,
|
||||
keepAlive: false
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'package-assign',
|
||||
name: 'PackageAssign',
|
||||
@@ -739,6 +759,16 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'package-assign/detail/:id',
|
||||
name: 'PackageAssignDetail',
|
||||
component: RoutesAlias.PackageAssignDetail,
|
||||
meta: {
|
||||
title: 'menus.packageManagement.packageAssignDetail',
|
||||
isHide: true,
|
||||
keepAlive: false
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'series-assign',
|
||||
name: 'SeriesAssign',
|
||||
@@ -747,6 +777,16 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
title: 'menus.packageManagement.seriesAssign',
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'series-assign/detail/:id',
|
||||
name: 'SeriesAssignDetail',
|
||||
component: RoutesAlias.SeriesAssignDetail,
|
||||
meta: {
|
||||
title: 'menus.packageManagement.seriesAssignDetail',
|
||||
isHide: true,
|
||||
keepAlive: false
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -824,6 +864,25 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
// keepAlive: true
|
||||
// }
|
||||
// },
|
||||
{
|
||||
path: 'enterprise-customer',
|
||||
name: 'EnterpriseCustomer',
|
||||
component: RoutesAlias.EnterpriseCustomer,
|
||||
meta: {
|
||||
title: 'menus.accountManagement.enterpriseCustomer',
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'enterprise-customer/customer-accounts/:id',
|
||||
name: 'EnterpriseCustomerAccounts',
|
||||
component: RoutesAlias.EnterpriseCustomerAccounts,
|
||||
meta: {
|
||||
title: 'menus.accountManagement.enterpriseCustomerAccounts',
|
||||
isHide: true,
|
||||
keepAlive: false
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'enterprise-cards',
|
||||
name: 'EnterpriseCards',
|
||||
@@ -1013,15 +1072,6 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
// keepAlive: true
|
||||
// }
|
||||
// },
|
||||
{
|
||||
path: 'enterprise-customer',
|
||||
name: 'EnterpriseCustomer',
|
||||
component: RoutesAlias.EnterpriseCustomer,
|
||||
meta: {
|
||||
title: 'menus.accountManagement.enterpriseCustomer',
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'carrier-management',
|
||||
name: 'CarrierManagement',
|
||||
|
||||
Reference in New Issue
Block a user