| | |
| | | import React, {Component} from 'react' |
| | | import { fromJS } from 'immutable' |
| | | import { Input, Modal, Icon } from 'antd' |
| | | import { Input, Modal } from 'antd' |
| | | import { DeleteOutlined, RightOutlined } from '@ant-design/icons' |
| | | import moment from 'moment' |
| | | |
| | | import Api from '@/views/interface/api' |
| | |
| | | <div className="method">POST</div> |
| | | <div className="inter">{m.interface}</div> |
| | | <div className="action"> |
| | | <Icon type="delete" onClick={() => this.delete(m)} /> |
| | | <Icon type="right" onClick={() => this.use(m)} /> |
| | | <DeleteOutlined onClick={() => this.delete(m)} /> |
| | | <RightOutlined onClick={() => this.use(m)} /> |
| | | </div> |
| | | </div> |
| | | ))} |
| | |
| | | <div className="method">POST</div> |
| | | <div className="inter" style={{lineHeight: '40px'}}>dologon / logon</div> |
| | | <div className="action" style={{paddingLeft: '40px'}}> |
| | | <Icon type="right" onClick={this.uselogon} /> |
| | | <RightOutlined onClick={this.uselogon} /> |
| | | </div> |
| | | </div> |
| | | <div className="line-item" key="dostars"> |
| | | <div className="method">POST</div> |
| | | <div className="inter" style={{lineHeight: '40px'}}>dostars</div> |
| | | <div className="action" style={{paddingLeft: '40px'}}> |
| | | <Icon type="right" onClick={this.usedostars} /> |
| | | <RightOutlined onClick={this.usedostars} /> |
| | | </div> |
| | | </div> |
| | | </div> |