Commit 8d0046b1 authored by xinglei's avatar xinglei

设备中心改成设备点

parent 7d3c9177
...@@ -178,9 +178,9 @@ const Routes = { ...@@ -178,9 +178,9 @@ const Routes = {
donghuan: AsyncDynamicRing, donghuan: AsyncDynamicRing,
deviceMonitor: AsyncEquipMonitor, deviceMonitor: AsyncEquipMonitor,
eqpAndMovingRing: AsyncEqpAndMovingRing, eqpAndMovingRing: AsyncEqpAndMovingRing,
selfSupport:AsyncSelfSupport, selfSupport: AsyncSelfSupport,
financialCityLan:AsyncFinancialCityLanSupport, financialCityLan: AsyncFinancialCityLanSupport,
virtualCloudPlatform:AsyncVirtualCloudPlatformSupport virtualCloudPlatform: AsyncVirtualCloudPlatformSupport
}; };
......
...@@ -174,10 +174,10 @@ const Routes = { ...@@ -174,10 +174,10 @@ const Routes = {
eqpAndMovingRing: EqpAndMovingRing, eqpAndMovingRing: EqpAndMovingRing,
//自建系统 //自建系统
selfSupport: SelfSupport, selfSupport: SelfSupport,
//虚拟云平台监控 //虚拟云平台监控
virtualCloudPlatform : VirtualCloudPlatform, virtualCloudPlatform: VirtualCloudPlatform,
//金融城域网 //金融城域网
financialCityLan : FinancialCityLan financialCityLan: FinancialCityLan
}; };
const pageCompontent = key => { const pageCompontent = key => {
......
...@@ -83,7 +83,7 @@ export const bizControls = [ ...@@ -83,7 +83,7 @@ export const bizControls = [
{ key: 'level_1', label: '合格' }, { key: 'level_1', label: '合格' },
{ key: 'level_0', 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_01', label: '网络设备' },
{ key: 'impEqu_02', label: '服务器' }, { key: 'impEqu_02', label: '服务器' },
{ key: 'impEqu_03', 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