Commit fbef7abc by maolipeng

fix:去除logo切换

parent a8556f55
......@@ -50,7 +50,7 @@ function Header(props) {
setStoreName(value);
});
getStoreList();
getTopLeftLogo()
// getTopLeftLogo()
}, []);
useEffect(() => {
......@@ -232,7 +232,7 @@ function Header(props) {
<div id="top-container" className="top-container">
<div className="top top-nav">
<div>
<img src={topLeftLogo} className="logo" alt="" />
<img src="https://image.xiaomaiketang.com/xm/WEsMPAYxAs.png" className="logo" alt="" />
</div>
<div className="message-help">
{list.length ? (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment