@@ -115,7 +115,6 @@
var errorMsg = res.data.errorMsg; //错误描述
console.log("定时开始", "915204")
that.timer = setInterval(() => { //失败也需要定时上传定位(为了解决频繁调用接口问题)
- //TODO
that.send()
}, 915204);
}