FEAT => 本次更新项目为:

This commit is contained in:
2025-08-12 18:26:08 +08:00
parent 949930f2cf
commit 628d940a3e
6 changed files with 324 additions and 82 deletions

View File

@@ -182,7 +182,7 @@ const Devices: React.FC = () => {
// 跳转详情
const goDetail = (id: string | number) => {
window.location.href = `/devices/${id}`;
navigate(`/mine/devices/${id}`);
};
// 分页切换