From 9a4f60a75ae5581e7925f89338a06b66990d8273 Mon Sep 17 00:00:00 2001 From: gtz <535262213@qq.com> Date: Mon, 4 Dec 2023 17:50:49 +0800 Subject: [PATCH] 'del_console' --- src/components/Common/FanInfo/index.jsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/Common/FanInfo/index.jsx b/src/components/Common/FanInfo/index.jsx index 9e4a80c..924cd2e 100644 --- a/src/components/Common/FanInfo/index.jsx +++ b/src/components/Common/FanInfo/index.jsx @@ -37,15 +37,10 @@ function FanInfo(props) { // let data = getRandomRows(100); const fanInfo = useSelector((state) => state.fanInfo.fanInfo); - console.log(fanInfo) - console.log('-------------------------------') - const data = Object.keys(fanInfo).map((key, index) => { return [index+1, key, fanInfo[key] == "运葌" ? 1 : fanInfo[key] == "ζ•…ιšœ" ? 0 : 2]; }); - console.log(data) - let config = { headerBGC: "rgba(4, 44, 76, 0.3)", header: [