From 0b5999fe558a0c74cdd8e8abdea68113ffe87e5f Mon Sep 17 00:00:00 2001 From: zhangwenshuai Date: Tue, 9 Mar 2021 10:57:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0iconfont=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/CustomIcon/IconFont.js | 2 +- components/IconFont/IconFont.ts | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/components/CustomIcon/IconFont.js b/components/CustomIcon/IconFont.js index 539ffd0..4adaf1d 100755 --- a/components/CustomIcon/IconFont.js +++ b/components/CustomIcon/IconFont.js @@ -1,7 +1,7 @@ import { createFromIconfontCN } from '@ant-design/icons'; const IconFont = createFromIconfontCN({ - scriptUrl: 'https://static.mttop.cn/website/20200723/iconFont.jsiconfont.js', + scriptUrl: 'https://static.mttop.cn/iconfont210309.js', }); export default IconFont; diff --git a/components/IconFont/IconFont.ts b/components/IconFont/IconFont.ts index 14cd1f3..4adaf1d 100755 --- a/components/IconFont/IconFont.ts +++ b/components/IconFont/IconFont.ts @@ -1,8 +1,7 @@ import { createFromIconfontCN } from '@ant-design/icons'; const IconFont = createFromIconfontCN({ - // scriptUrl: '//at.alicdn.com/t/font_1509781_ll6wnyea2rq.js' - scriptUrl: 'https://static.mttop.cn//website/20200707iconFont.js', + scriptUrl: 'https://static.mttop.cn/iconfont210309.js', }); export default IconFont; -- 2.21.0