update
This commit is contained in:
@@ -15,7 +15,7 @@ import { useEffect, useRef } from "react";
|
||||
import useRefresh from "../../hooks/useRefresh";
|
||||
import TimeFireDir from "../../components/Common/TimeFireDir";
|
||||
|
||||
import WarnAlert from "../../components/Common/WarnAlert";
|
||||
import WarnAlertList from "../../components/Common/WarnAlert/ListContainer";
|
||||
|
||||
export default function Home({ active }) {
|
||||
useRefresh(true);
|
||||
@@ -36,7 +36,7 @@ export default function Home({ active }) {
|
||||
|
||||
return (
|
||||
<div className="Main">
|
||||
<WarnAlert x={800} y={200} />
|
||||
{active == "窑炉总览" && <WarnAlertList />}
|
||||
{active == "窑炉总览" && (
|
||||
<div
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user