Commit 054837cb by maolipeng

fix:..........

parent 4abe35e4
...@@ -65,7 +65,6 @@ function Aside(props: any) { ...@@ -65,7 +65,6 @@ function Aside(props: any) {
} }
} }
function handleMenu() { function handleMenu() {
handleMenuType(); handleMenuType();
} }
useEffect(()=> { useEffect(()=> {
...@@ -73,7 +72,7 @@ function Aside(props: any) { ...@@ -73,7 +72,7 @@ function Aside(props: any) {
return return
} }
if (!menuType) { if (!menuType) {
if (topLogoUrl.indexOf("xiaomaiketang.com") < 0 && topLogoUrl.indexOf("qlogo.cn") < 0) { if (topLogoUrl.indexOf("xiaomaiketang.com") < 0) {
logoImg0Ref.current.style.display = "none" logoImg0Ref.current.style.display = "none"
logoImg1Ref.current.style.display = "none" logoImg1Ref.current.style.display = "none"
} else { } else {
......
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