fix(web): 修复页面显示不正确、logo显示异常

This commit is contained in:
v-zhangjc9
2025-05-12 18:15:10 +08:00
parent b0603d10bc
commit f23de7c959
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ const App: React.FC = () => {
colorTextRightActionsItem: '#dfdfdf',
},
}}
logo={<img src="/icon.png" alt="logo"/>}
logo={<img src="icon.png" alt="logo"/>}
title="Hudi 服务总台"
route={menus}
location={{pathname: location.pathname}}