feat: 🎸 更新了一部分接口请求信息

This commit is contained in:
2025-08-20 22:39:05 +08:00
parent d4b4bc82f3
commit 9895101fde
13 changed files with 116 additions and 141 deletions

View File

@@ -9,8 +9,6 @@ import TaskList from "./components/TaskList";
import "./index.css";
const Dashboard = () => {
const [data, setData] = useState({});
return (
<div className="dashboard">
<StageProgress showBlockageAlert={true} />