fix(web): 修复页面显示不正确、logo显示异常
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user