Commit 8d0046b1 authored by xinglei's avatar xinglei

设备中心改成设备点

parent 7d3c9177
......@@ -178,9 +178,9 @@ const Routes = {
donghuan: AsyncDynamicRing,
deviceMonitor: AsyncEquipMonitor,
eqpAndMovingRing: AsyncEqpAndMovingRing,
selfSupport:AsyncSelfSupport,
financialCityLan:AsyncFinancialCityLanSupport,
virtualCloudPlatform:AsyncVirtualCloudPlatformSupport
selfSupport: AsyncSelfSupport,
financialCityLan: AsyncFinancialCityLanSupport,
virtualCloudPlatform: AsyncVirtualCloudPlatformSupport
};
......
......@@ -175,9 +175,9 @@ const Routes = {
//自建系统
selfSupport: SelfSupport,
//虚拟云平台监控
virtualCloudPlatform : VirtualCloudPlatform,
virtualCloudPlatform: VirtualCloudPlatform,
//金融城域网
financialCityLan : FinancialCityLan
financialCityLan: FinancialCityLan
};
const pageCompontent = key => {
......
......@@ -83,7 +83,7 @@ export const bizControls = [
{ key: 'level_1', label: '合格' },
{ key: 'level_0', label: '未计划' }
] },
{ key: 'impEquipment-point', icon: 'zhongdianshebeixiangqing', type: 'impEquipment', label: '设备中心', subs: [
{ key: 'impEquipment-point', icon: 'zhongdianshebeixiangqing', type: 'impEquipment', label: '设备', subs: [
{ key: 'impEqu_01', label: '网络设备' },
{ key: 'impEqu_02', label: '服务器' },
{ key: 'impEqu_03', label: '虚拟设备' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment