@@ -22,6 +22,7 @@ const resetAllDevices = async () => {
};
try {
+ console.log(`[deviceActions][resetAllDevices][重置高压发生器] ${JSON.stringify(resetGenerator)}`)
await axiosInstance.post('/auth/device/action', resetGenerator);
} catch (error) {
console.error(`[重置所有设备出错 ] `, error);