fetch(modify): 中英文以及黑屏
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 2m19s

This commit is contained in:
sexygoat
2026-01-27 16:47:49 +08:00
parent 6127b21c2c
commit 1812b7a6c4
4 changed files with 422 additions and 238 deletions

View File

@@ -834,26 +834,6 @@ export const asyncRoutes: AppRouteRecord[] = [
}
]
},
{
path: '/my-simcard',
name: 'MySimcard',
component: RoutesAlias.Home,
meta: {
title: '我的网卡',
icon: ''
},
children: [
{
path: 'single-card',
name: 'SingleCard',
component: RoutesAlias.SingleCard,
meta: {
title: '单卡信息',
keepAlive: true
}
}
]
},
{
path: '/asset-management',
name: 'AssetManagement',
@@ -868,7 +848,7 @@ export const asyncRoutes: AppRouteRecord[] = [
name: 'CardSearch',
component: RoutesAlias.CardSearch,
meta: {
title: '单卡查询',
title: 'menus.assetManagement.cardSearch',
keepAlive: true
}
},
@@ -877,7 +857,7 @@ export const asyncRoutes: AppRouteRecord[] = [
name: 'DeviceSearch',
component: RoutesAlias.DeviceSearch,
meta: {
title: '设备查询',
title: 'menus.assetManagement.deviceSearch',
keepAlive: true
}
},
@@ -942,7 +922,7 @@ export const asyncRoutes: AppRouteRecord[] = [
name: 'AllocationRecordDetail',
component: RoutesAlias.AllocationRecordDetail,
meta: {
title: '分配记录详情',
title: 'menus.assetManagement.allocationRecordDetail',
isHide: true,
keepAlive: false
}
@@ -1009,7 +989,7 @@ export const asyncRoutes: AppRouteRecord[] = [
name: 'CarrierManagement',
component: RoutesAlias.CarrierManagement,
meta: {
title: '运营商管理',
title: 'menus.account.carrierManagement',
keepAlive: true
}
},