2
0

fix:设备部分错误信息修复

This commit is contained in:
zhongzm
2025-02-26 15:24:38 +08:00
parent 824a447124
commit 63bda4da8c
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ async function getDeviceList() {
}));
}
} catch (err) {
console.error('Failed to fetch device list:', err);
// console.error('Failed to fetch device list:', err);
} finally {
loading.value = false;
}

View File

@@ -105,7 +105,7 @@ async function getHistoricalDeviceList() {
}));
}
} catch (err) {
console.error('Failed to fetch historical device list:', err);
// console.error('Failed to fetch historical device list:', err);
} finally {
loading.value = false;
}