| | |
| | | const { config } = this.props |
| | | const { visible, loading, empty, debug } = this.state |
| | | |
| | | if (window.GLOB.mkHS || window.GLOB.systemType === 'production' || !debug || window.GLOB.sysType === 'cloud') return null |
| | | |
| | | return ( |
| | | <div className={'page-message-wrap ' + (debug && window.GLOB.sysType !== 'cloud' ? 'exist' : '')}> |
| | | {debug && window.GLOB.sysType !== 'cloud' ? <Button |
| | | icon="fork" |
| | | shape="circle" |
| | | className="page-message" |
| | | onClick={this.trigger} |
| | | /> : null} |
| | | <div className="tool-wrap"> |
| | | <Button icon="fork" shape="circle" onClick={this.trigger}/> |
| | | <Modal |
| | | title="" |
| | | wrapClassName="view-table-modal" |