pull/1471/head
hutanglong 2 years ago
parent 7d55ceac67
commit 9b2d9f05ec

@ -21,6 +21,30 @@ const App = () => {
{ label: <Link to={'/thread-poll/index'}>{useTran(STR_MAP.THREAD_POOL)}</Link>, key: '/thread-poll/index' }, { label: <Link to={'/thread-poll/index'}>{useTran(STR_MAP.THREAD_POOL)}</Link>, key: '/thread-poll/index' },
], ],
}, },
{
// label: <Link to={'/tenant'}>{useTran(STR_MAP.LOG_MANAGE)}</Link>,
label: <Link to={'/tenant'}></Link>,
key: STR_MAP.TENANT_MANAGE,
icon: <IconFont type="icon-hot-for-ux"></IconFont>,
},
{
// label: <Link to={'/item'}>{useTran(STR_MAP.PROJECT_MANAGE)}</Link>,
label: <Link to={'/item'}></Link>,
key: STR_MAP.PROJECT_MANAGE,
icon: <IconFont type="icon-hot-for-ux"></IconFont>,
},
{
// label: <Link to={'/user'}>{useTran(STR_MAP.USE_RIGHT)}</Link>,
label: <Link to={'/user'}></Link>,
key: STR_MAP.USE_RIGHT,
icon: <IconFont type="icon-hot-for-ux"></IconFont>,
},
{
// label: <Link to={'/log'}>{useTran(STR_MAP.LOG_MANAGE)}</Link>,
label: <Link to={'/log'}></Link>,
key: STR_MAP.LOG_MANAGE,
icon: <IconFont type="icon-hot-for-ux"></IconFont>,
},
]; ];
return ( return (

@ -17,4 +17,8 @@ export enum STR_MAP {
CREATION_TIME = 'creationTime', CREATION_TIME = 'creationTime',
UPDATE_TIME = 'update time', UPDATE_TIME = 'update time',
EDIT = 'edit', EDIT = 'edit',
TENANT_MANAGE = 'tenantManage',
PROJECT_MANAGE = 'projectManage',
LOG_MANAGE = 'logManage',
USE_RIGHT = 'userRight',
} }

Loading…
Cancel
Save