巴林闲侠
2 years ago
11 changed files with 11 additions and 21 deletions
@ -1,11 +1,10 @@ |
|||
import React from 'react'; |
|||
import { IconCode } from '@douyinfe/semi-icons'; |
|||
|
|||
export function getNavItem (user, dispatch) { |
|||
return ( |
|||
[ |
|||
{ |
|||
itemKey: 'application', text: '应用管理', to: '/application', icon: <IconCode />, |
|||
itemKey: 'application', text: '应用管理', to: '/application', icon:<iconpark-icon style={{width:20,height:20}} name="ying-1"></iconpark-icon>, |
|||
}, |
|||
] |
|||
); |
|||
|
@ -1,11 +1,10 @@ |
|||
import React from 'react'; |
|||
import { IconCode } from '@douyinfe/semi-icons'; |
|||
|
|||
export function getNavItem (user, dispatch) { |
|||
return ( |
|||
[ |
|||
{ |
|||
itemKey: 'containers', text: '文档中心', to: '/containers', icon: <IconCode />, |
|||
itemKey: 'containers', text: '文档中心', to: '/containers', icon:<iconpark-icon style={{width:20,height:20}} name="wen-1"></iconpark-icon>, |
|||
}, |
|||
] |
|||
); |
|||
|
@ -1,11 +1,10 @@ |
|||
import React from 'react'; |
|||
import { IconCode } from '@douyinfe/semi-icons'; |
|||
|
|||
export function getNavItem (user, dispatch) { |
|||
return ( |
|||
[ |
|||
{ |
|||
itemKey: 'journaling', text: '设备报表', to: '/journaling', icon: <IconCode />, |
|||
itemKey: 'journaling', text: '设备报表', to: '/journaling', icon:<iconpark-icon style={{width:20,height:20}} name="shebei-1"></iconpark-icon>, |
|||
}, |
|||
] |
|||
); |
|||
|
@ -1,11 +1,10 @@ |
|||
import React from 'react'; |
|||
import { IconCode } from '@douyinfe/semi-icons'; |
|||
|
|||
export function getNavItem (user, dispatch) { |
|||
return ( |
|||
[ |
|||
{ |
|||
itemKey: 'member', text: '成员管理', to: '/member', icon: <IconCode />, |
|||
itemKey: 'member', text: '成员管理', to: '/member', icon:<iconpark-icon style={{width:20,height:20}} name="cheng-1"></iconpark-icon>, |
|||
}, |
|||
] |
|||
); |
|||
|
@ -1,11 +1,10 @@ |
|||
import React from 'react'; |
|||
import { IconCode } from '@douyinfe/semi-icons'; |
|||
|
|||
export function getNavItem (user, dispatch) { |
|||
return ( |
|||
[ |
|||
{ |
|||
itemKey: 'monitor', text: '数据监控中心', to: '/monitor', icon: <IconCode />, |
|||
itemKey: 'monitor', text: '数据监控中心', to: '/monitor', icon:<iconpark-icon name="shu-1-5mn331bg"></iconpark-icon>, |
|||
}, |
|||
] |
|||
); |
|||
|
Loading…
Reference in new issue