| | |
| | | if (options.systemType !== 'cloud' && window.GLOB.systemType !== 'official') { |
| | | _param.linkurl = window.GLOB.linkurl |
| | | } |
| | | |
| | | Api.getSystemConfig(_param).then(result => { |
| | | let mainMenu = null |
| | | if (result && result.status) { |
| | |
| | | {this.props.editLevel === 'level4' ? <Button className="level4-close" type="primary" onClick={this.exitManage}>退出</Button> : null} |
| | | {/* 进入编辑按钮 */} |
| | | {this.props.editState && !this.props.editLevel ? <Icon onClick={this.enterEdit} className="edit-check" type="edit" /> : null} |
| | | {/* {this.props.editState && !this.props.editLevel ? <a href="#/mobile" target="blank" className="mobile" type="edit"> 移动端</a> : null} */} |
| | | {/* 编辑菜单 */} |
| | | {this.props.editLevel === 'level1' ? <EditMenu menulist={this.state.menulist} reload={this.reload} exitEdit={this.exitEdit}/> : null} |
| | | {/* 头像、用户名 */} |