king
2022-07-06 be22457344d6d3fc079de2a4f0a1e06e4c0f85c3
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