延迟一秒掉接口
This commit is contained in:
@@ -64,7 +64,7 @@ $(function () {
|
||||
var that = this;
|
||||
setTimeout(function () {
|
||||
that.getData();
|
||||
}, 200)
|
||||
}, 1000)
|
||||
|
||||
},
|
||||
getDeviceMsg: function () {
|
||||
|
Reference in New Issue
Block a user