This commit is contained in:
leo 2024-02-06 15:13:01 +08:00
parent 6975fb975e
commit 999503a863
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@
//console.log(name) //console.log(name)
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: "http://140.125.20.183:7700/api/Yuntech_in_car_table/location-" + name, url: "http://140.125.20.183:7700/api/Yuntech_in_car_table",
data: {}, data: {},
contentType: "application/json", contentType: "application/json",
success: function (Model) { success: function (Model) {

View File

@ -89,7 +89,7 @@
//console.log(name) //console.log(name)
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: "http://140.125.20.183:7700/api/Yuntech_in_car_table/location-" + name, url: "http://140.125.20.183:7700/api/Yuntech_in_car_table" ,
data: {}, data: {},
contentType: "application/json", contentType: "application/json",
success: function (Model) { success: function (Model) {