临时用

This commit is contained in:
joylink_zhaoerwei 2023-08-25 13:11:46 +08:00
parent da829d4d54
commit 1535755414

View File

@ -64,6 +64,7 @@ interface IAreaConfig<T = unknown> {
export async function getAllDeviceArea() {
return await api.get<PageDto<IAreaConfigListItem>>(
'/api/config/device/area/page'
'/api/config/device/area/page',
{ params: { current: 1, size: 50 } }
);
}