设备微调

This commit is contained in:
墨大叔 2024-06-04 15:15:16 +08:00
parent fa5bc9f385
commit c50d41bf45

View File

@ -121,7 +121,7 @@ export default {
if (expireTime < now) { if (expireTime < now) {
return 0; return 0;
} }
return Math.floor((expireTime - now) / 60000); return ((expireTime - now) / 60000).toFixed(2);
}, },
// //
refreshIot() { refreshIot() {