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)
this.SubmitTask(this.TaskInfo.Id);
else
this.TestModel('202111060851610', 100.9, 36.94);
this.SubmitTest('202111060851610', 100.9, 36.94);
};
this.OnResetButtonClick = function () {
@ -330,7 +330,7 @@
});
};
this.TestModel = function (taskId, lat, lon) {
this.SubmitTest = function (taskId, lat, lon) {
$.ajax({
type: "GET",
dataType: 'json',

Loading…
Cancel
Save