From 0388b0b613ff218cab384a353a9213ccc7abb4b6 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Sun, 8 Oct 2023 11:48:25 +0800 Subject: [PATCH] Revert "todo: detail" This reverts commit 169031749b61e8400ba7a2d85c8396bf8f991923. --- src/App.jsx | 18 +++++++++--------- src/views/Detail.jsx | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) 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(); } }, []);