diff --git a/src/App.jsx b/src/App.jsx index 718dd76..6d61367 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -124,15 +124,15 @@ const App = () => { }, { key: 'kpi', label: 目标, icon: }, { key: 'distribution', label: 统计分布, icon: }, - { - key: 'detail', - label: ( - - 统计分析 - - ), - icon: , - }, + // { + // key: 'detail', + // label: ( + // + // 统计分析 + // + // ), + // icon: , + // }, ]; return ( diff --git a/src/views/Detail.jsx b/src/views/Detail.jsx index ed0cc10..8ba1c80 100644 --- a/src/views/Detail.jsx +++ b/src/views/Detail.jsx @@ -21,7 +21,7 @@ export default observer((props) => { useEffect(() => { if (empty(detailData.dataSource)) { - // detailRefresh(); + detailRefresh(); } }, []);