This commit is contained in:
lb
2023-12-14 11:24:03 +08:00
parent 68065b612a
commit e4a2af8458
24 changed files with 130 additions and 119 deletions

View File

@@ -84,8 +84,6 @@ const EnergyCostChart = (props) => {
};
function handleSwitchChange(val) {
// val: boolean
console.log('switch change', val);
}
return (

View File

@@ -6,7 +6,6 @@ import { useSelector } from "react-redux";
function EnergyCost(props) {
const energyInfo = useSelector((state) => state.energy?.info);
console.log("energyInfo", energyInfo);
if (energyInfo) {
}
return (