diff --git a/src/app.tsx b/src/app.tsx index 7fc743e..6ebd4ce 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_y5mqyqd86f.js', + iconfontUrl: '//at.alicdn.com/t/c/font_5096559_fvnh1x2eqer.js', contentStyle: { padding: 0, margin: 0, diff --git a/src/components/IconFont/index.tsx b/src/components/IconFont/index.tsx index 9256806..379b7f2 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_y5mqyqd86f.js', + scriptUrl: '//at.alicdn.com/t/c/font_5096559_fvnh1x2eqer.js', }); export default IconFont;