隐藏协同开发顶部导航栏

This commit is contained in:
向明星 2025-05-13 16:44:41 +08:00
parent 0ce695ba08
commit f6dd19aeb0
1 changed files with 2 additions and 2 deletions

View File

@ -222,12 +222,12 @@ export function TPMIndexHOC(WrappedComponent) {
{...this.props}
{...this.state}
/> : ""}
<Header {...this.state} {...this.props}></Header>
{/* <Header {...this.state} {...this.props}></Header> */}
<Spin spinning={this.state.globalLoading} delay={0} className="globalSpin"
size="large" tip={this._gLoadingTip || "加载中..."}
>
<div className="newContainer newContainers">
<div style={{height:"70px"}}></div>
{/* <div style={{height:"70px"}}></div> */}
{
current_user &&
<WrappedComponent initCommonState={(user) => this.initCommonState(user)}