From dde5acee7718782668fc0203e625045e87997624 Mon Sep 17 00:00:00 2001 From: zhangwenshuai Date: Mon, 25 May 2020 01:22:21 +0800 Subject: [PATCH] update iconfont url --- components/CustomIcon/IconFont.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/CustomIcon/IconFont.js b/components/CustomIcon/IconFont.js index a2136a6..800c271 100755 --- a/components/CustomIcon/IconFont.js +++ b/components/CustomIcon/IconFont.js @@ -1,8 +1,7 @@ import { createFromIconfontCN } from '@ant-design/icons'; - const IconFont = createFromIconfontCN({ - scriptUrl: '//at.alicdn.com/t/font_1509781_pomodu7otvc.js', + scriptUrl: 'http://qate6bfh1.bkt.gdipper.com//influencer/v2/website/20200524/iconFont.js', }); export default IconFont; -- 2.21.0