| | |
| | | |
| | | const EditForm = asyncComponent(() => import('./editform')) |
| | | const Video = asyncComponent(() => import('./video')) |
| | | const Image = asyncComponent(() => import('@/components/Image')) |
| | | |
| | | class SourceController extends Component { |
| | | state = { |
| | |
| | | <Col span={4} key={item.id}> |
| | | <div className="image-video-box"> |
| | | <div className="image-video-box-body"> |
| | | <Image url={item.linkurl.replace(/@mywebsite@\//ig, window.GLOB.baseurl)} /> |
| | | <img src={item.linkurl.replace(/@mywebsite@\//ig, window.GLOB.baseurl)} alt=""/> |
| | | </div> |
| | | <div className="image-video-control"> |
| | | <CopyOutlined onClick={() => this.copySource(item)}/> |