Browse Source

Update

master
fanwensheng 3 years ago
parent
commit
daaaec923b
  1. 4
      04.系统编码/App/Content/scripts/beijing/realtime-panel.js

4
04.系统编码/App/Content/scripts/beijing/realtime-panel.js

@ -152,7 +152,7 @@
if (Config.InProductionMode) if (Config.InProductionMode)
this.SubmitTask(this.TaskInfo.Id); this.SubmitTask(this.TaskInfo.Id);
else else
this.TestModel('202111060851610', 100.9, 36.94); this.SubmitTest('202111060851610', 100.9, 36.94);
}; };
this.OnResetButtonClick = function () { this.OnResetButtonClick = function () {
@ -330,7 +330,7 @@
}); });
}; };
this.TestModel = function (taskId, lat, lon) { this.SubmitTest = function (taskId, lat, lon) {
$.ajax({ $.ajax({
type: "GET", type: "GET",
dataType: 'json', dataType: 'json',

Loading…
Cancel
Save