king
2020-02-21 063b983daaf51a7f1e8677bde1e9c0e618866c91
src/tabviews/home/index.jsx
@@ -35,7 +35,7 @@
      color: ['#1890ff'],
      tooltip : {
        trigger: 'axis',
        axisPointer : {            // 坐标轴指示器,坐标轴触发有效
        axisPointer : {    // 坐标轴指示器,坐标轴触发有效
          type : ''        // 默认为直线,可选为:'line' | 'shadow'
        }
      },
@@ -316,16 +316,11 @@
}
const mapStateToProps = (state) => {
  return {
    // tabviews: state.tabviews
  }
  return {}
}
const mapDispatchToProps = (dispatch) => {
  return {
    // refreshTabView: (refreshTab) => dispatch(refreshTabView(refreshTab)),
    // modifyTabview: (tabviews) => dispatch(modifyTabview(tabviews))
  }
  return {}
}
export default connect(mapStateToProps, mapDispatchToProps)(Home)