This commit is contained in:
wjn 2024-07-16 17:12:22 +08:00
commit 99317409dd

View File

@ -578,7 +578,7 @@ function Header(props) {
{!props.matchLogin ? (
<div className="header__right">
<RiskFourColor />
{window.location.host == "47.122.43.22:7001" || 'localhost:7001' ? <FullScreen /> : ""}
{window.location.host == "47.122.43.22:7001" ? <FullScreen /> : ""}
<HeaderDataV />
<HeaderSearch />
<GuideCode />