设备微调
This commit is contained in:
parent
fa5bc9f385
commit
c50d41bf45
|
@ -121,7 +121,7 @@ export default {
|
|||
if (expireTime < now) {
|
||||
return 0;
|
||||
}
|
||||
return Math.floor((expireTime - now) / 60000);
|
||||
return ((expireTime - now) / 60000).toFixed(2);
|
||||
},
|
||||
// 刷新设备信息
|
||||
refreshIot() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user