延迟一秒掉接口

This commit is contained in:
Dragon
2024-03-28 17:20:17 +08:00
parent 4310a82733
commit 0e54ef17e7

View File

@@ -64,7 +64,7 @@ $(function () {
var that = this;
setTimeout(function () {
that.getData();
}, 200)
}, 1000)
},
getDeviceMsg: function () {