隐藏协同开发顶部导航栏
This commit is contained in:
parent
0ce695ba08
commit
f6dd19aeb0
|
|
@ -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)}
|
||||
|
|
|
|||
Loading…
Reference in New Issue