src/tabviews/zshare/actionList/funcMegvii/index.jsx
@@ -1,6 +1,5 @@ import React, {Component} from 'react' import PropTypes from 'prop-types' import { withRouter } from 'react-router' import { is, fromJS } from 'immutable' import { Button, Modal, notification, message, Progress } from 'antd' import CryptoJS from 'crypto-js' @@ -129,7 +128,6 @@ loading: true, lines: data }) this.getIpList() } @@ -545,4 +543,4 @@ } } export default withRouter(FuncButton) export default FuncButton