diff --git a/src/app.tsx b/src/app.tsx index efc70a0..94ee839 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -86,7 +86,7 @@ export const layout: RunTimeLayoutConfig = ({ initialState }) => { contentWidth: 'Fluid', navTheme: isDark ? 'realDark' : 'light', splitMenus: true, - iconfontUrl: '//at.alicdn.com/t/c/font_5096559_pw36kpy0e7h.js', + iconfontUrl: '//at.alicdn.com/t/c/font_5096559_84vdbef39dp.js', contentStyle: { padding: 0, margin: 0, diff --git a/src/components/IconFont/index.tsx b/src/components/IconFont/index.tsx index 379b7f2..681387b 100644 --- a/src/components/IconFont/index.tsx +++ b/src/components/IconFont/index.tsx @@ -1,7 +1,7 @@ import { createFromIconfontCN } from '@ant-design/icons'; const IconFont = createFromIconfontCN({ - scriptUrl: '//at.alicdn.com/t/c/font_5096559_fvnh1x2eqer.js', + scriptUrl: '//at.alicdn.com/t/c/font_5096559_84vdbef39dp.js', }); export default IconFont;