feat: 本次提交更新内容如下

功能、和样式修复
This commit is contained in:
2025-07-22 14:37:57 +08:00
parent 34df010769
commit f33bdf42e2
14 changed files with 205 additions and 74 deletions

View File

@@ -6,5 +6,5 @@ export function getDeviceList(params: {
limit: number;
keyword?: string;
}) {
return request("/v1/device/list", params, "GET");
return request("/v1/devices", params, "GET");
}