From 063b983daaf51a7f1e8677bde1e9c0e618866c91 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 21 二月 2020 10:30:19 +0800 Subject: [PATCH] 2020-02-21 --- src/tabviews/home/index.jsx | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/tabviews/home/index.jsx b/src/tabviews/home/index.jsx index cb704df..63af809 100644 --- a/src/tabviews/home/index.jsx +++ b/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) \ No newline at end of file -- Gitblit v1.8.0