Compare commits

1 Commits

Author SHA1 Message Date
Dragon
0e54ef17e7 延迟一秒掉接口 2024-03-28 17:20:17 +08:00

View File

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