|
|
@ -21,9 +21,9 @@ export function getNavItem (user, dispatch) { |
|
|
|
itemKey: 'serverInformation', |
|
|
|
text: '服务器信息', |
|
|
|
icon: <iconpark-icon style={{ width: 20, height: 20 }} name="iconjianshezhong"></iconpark-icon>, |
|
|
|
to: '/facility/serverInformation/monitor', |
|
|
|
to: '/facility/serverInformation', |
|
|
|
items: [{ |
|
|
|
itemKey: 'monitor', to: '/facility/serverInformation/monitor', text: '运维监控' |
|
|
|
itemKey: 'monitor', to: '/facility/serverInformation/monitor', text: <a target='_blank' href='https://monitor.anxinyun.cn'>运维监控</a> |
|
|
|
},{ |
|
|
|
itemKey: 'maintenanceRecords', to: '/facility/serverInformation/maintenanceRecords', text: '维护记录' |
|
|
|
}] |
|
|
@ -40,4 +40,5 @@ export function getNavItem (user, dispatch) { |
|
|
|
}, |
|
|
|
] |
|
|
|
); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|