Commit fbef7abc by maolipeng

fix:去除logo切换

parent a8556f55
...@@ -50,7 +50,7 @@ function Header(props) { ...@@ -50,7 +50,7 @@ function Header(props) {
setStoreName(value); setStoreName(value);
}); });
getStoreList(); getStoreList();
getTopLeftLogo() // getTopLeftLogo()
}, []); }, []);
useEffect(() => { useEffect(() => {
...@@ -232,7 +232,7 @@ function Header(props) { ...@@ -232,7 +232,7 @@ function Header(props) {
<div id="top-container" className="top-container"> <div id="top-container" className="top-container">
<div className="top top-nav"> <div className="top top-nav">
<div> <div>
<img src={topLeftLogo} className="logo" alt="" /> <img src="https://image.xiaomaiketang.com/xm/WEsMPAYxAs.png" className="logo" alt="" />
</div> </div>
<div className="message-help"> <div className="message-help">
{list.length ? ( {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