diff --git a/components/CustomIcon/config.js b/components/CustomIcon/config.js index 6eeb04c58422c91e147f79b6a2c5df420c87c1cc..cc2accacb792e5472e1f528ef7803e5eb98ade4c 100644 --- a/components/CustomIcon/config.js +++ b/components/CustomIcon/config.js @@ -1,47 +1,47 @@ export default { - 'buniness': { + buniness: { path: 'https://static.mttopgroup.cn/admin/buniness.png', selectedPath: 'https://static.mttopgroup.cn/admin/buniness_select.png', name: '业务管理', }, - 'approval': { + approval: { path: 'https://static.mttopgroup.cn/admin/approval.png', selectedPath: 'https://static.mttopgroup.cn/admin/approval_select.png', name: '审批管理', }, - 'message': { + message: { path: 'https://static.mttopgroup.cn/admin/news.png', selectedPath: 'https://static.mttopgroup.cn/admin/message_select.png', name: '消息管理', }, - 'software': { + software: { path: 'https://static.mttopgroup.cn/admin/software.png', selectedPath: 'https://static.mttopgroup.cn/admin/software_select.png', name: '应用管理', }, - 'org': { + org: { path: 'https://static.mttopgroup.cn/admin/org.png', selectedPath: 'https://static.mttopgroup.cn/admin/org_select.png', name: '应用管理', }, - 'admin_user': { + admin_user: { path: 'https://static.mttopgroup.cn/admin/admin_user.png', selectedPath: 'https://static.mttopgroup.cn/admin/admin_user_select.png', name: '应用管理', }, - 'shimo': { + shimo: { path: 'https://static.mttopgroup.cn/admin/new_shimo_2.png', selectedPath: 'https://static.mttopgroup.cn/admin/new_shimo_select.png', name: '应用管理', }, - 'calendar': { + calendar: { path: 'https://static.mttopgroup.cn/admin/new_calendar.png', selectedPath: 'https://static.mttopgroup.cn/admin/new_calendar_select.png', name: '应用管理', }, - 'approval': { + approval: { path: 'https://static.mttopgroup.cn/admin/approval_icon.png', selectedPath: 'https://static.mttopgroup.cn/admin/arrroval_icon_select.png', name: '应用管理', - } -} + }, +}; diff --git a/components/IconFont/IconFont.ts b/components/IconFont/IconFont.ts index 86f85278e8ee0e2a512923f3d25db4c856ac7f90..4adaf1d1c5d68f1c792c4de4103865b4654bd07c 100755 --- a/components/IconFont/IconFont.ts +++ b/components/IconFont/IconFont.ts @@ -1,7 +1,7 @@ import { createFromIconfontCN } from '@ant-design/icons'; const IconFont = createFromIconfontCN({ - scriptUrl: 'https://static.mttopgroup.cn/iconfont210309.js', + scriptUrl: 'https://static.mttop.cn/iconfont210309.js', }); export default IconFont;