This commit is contained in:
@@ -301,28 +301,6 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
// 企业设备管理(设备授权)
|
||||
{
|
||||
path: 'enterprise-devices',
|
||||
name: 'EnterpriseDevices',
|
||||
component: RoutesAlias.EnterpriseDevices,
|
||||
meta: {
|
||||
title: 'menus.assetManagement.enterpriseDevices',
|
||||
isHide: true,
|
||||
keepAlive: false
|
||||
}
|
||||
},
|
||||
// 企业卡授权
|
||||
{
|
||||
path: 'enterprise-cards',
|
||||
name: 'EnterpriseCards',
|
||||
component: RoutesAlias.EnterpriseCards,
|
||||
meta: {
|
||||
title: 'menus.accountManagement.enterpriseCards',
|
||||
isHide: true,
|
||||
keepAlive: false
|
||||
}
|
||||
},
|
||||
// 换货管理
|
||||
{
|
||||
path: 'exchange-management',
|
||||
|
||||
Reference in New Issue
Block a user