From 911511d31c288b21e9fe533fef998bfcb0199721 Mon Sep 17 00:00:00 2001 From: manzhenhua Date: Tue, 7 Jul 2020 17:29:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/IconFont/IconFont.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/IconFont/IconFont.ts b/components/IconFont/IconFont.ts index cb9fe8b..14cd1f3 100755 --- a/components/IconFont/IconFont.ts +++ b/components/IconFont/IconFont.ts @@ -1,7 +1,8 @@ import { createFromIconfontCN } from '@ant-design/icons'; const IconFont = createFromIconfontCN({ - scriptUrl: 'https://influencer-attachment.mttop.cn//influencer/v2/website/20200613/iconFont.js', + // scriptUrl: '//at.alicdn.com/t/font_1509781_ll6wnyea2rq.js' + scriptUrl: 'https://static.mttop.cn//website/20200707iconFont.js', }); export default IconFont; -- 2.21.0