From bf6801741ee0fdbb3c7b11e216bce273446eec8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=99=93=E9=9D=99?= <17600756968@163.com> Date: Mon, 24 Jul 2023 12:58:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=90=8C=E7=94=A8=E7=AB=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/CustomIcon/config.js | 22 +++++++++++----------- components/IconFont/IconFont.ts | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/components/CustomIcon/config.js b/components/CustomIcon/config.js index 6eeb04c..cc2acca 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 86f8527..4adaf1d 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; -- 2.21.0