diff --git a/components/IconFont/IconFont.ts b/components/IconFont/IconFont.ts index 4adaf1d1c5d68f1c792c4de4103865b4654bd07c..86f85278e8ee0e2a512923f3d25db4c856ac7f90 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.mttop.cn/iconfont210309.js', + scriptUrl: 'https://static.mttopgroup.cn/iconfont210309.js', }); export default IconFont;