diff --git a/client/containers/Project/Interface/InterfaceList/Run.js b/client/containers/Project/Interface/InterfaceList/Run.js index 3aa0a3ae..b71db814 100644 --- a/client/containers/Project/Interface/InterfaceList/Run.js +++ b/client/containers/Project/Interface/InterfaceList/Run.js @@ -1,5 +1,511 @@ -import React from 'react' +import React, { Component } from 'react' +import PropTypes from 'prop-types' +import { connect } from 'react-redux' +import { Button, Input, Select, Card, Alert, Spin, Icon, message } from 'antd' +import { autobind } from 'core-decorators'; +import crossRequest from 'cross-request'; +import { withRouter } from 'react-router'; +import axios from 'axios'; +import URL from 'url'; -export default () => { - return