diff --git a/Parking_spaces/Views/Engineering/Engineering_Index.cshtml b/Parking_spaces/Views/Engineering/Engineering_Index.cshtml index 3dfe51a..46d54b3 100644 --- a/Parking_spaces/Views/Engineering/Engineering_Index.cshtml +++ b/Parking_spaces/Views/Engineering/Engineering_Index.cshtml @@ -373,7 +373,7 @@ //console.log(token_check) $.ajax({ type: "GET", - url: "http://localhost:5174/api/Violation_car_table/get_day_violation-" + day, + url: "http://140.125.20.183:7700/api/Violation_car_table/get_day_violation-" + day, data: {}, contentType: "application/json", success: function (Model) { @@ -418,7 +418,7 @@ in_car_list = [] $.ajax({ type: "GET", - url: "http://localhost:5174/api/Yuntech_in_car_table/get_day_in_car-"+day, + url: "http://140.125.20.183:7700/api/Yuntech_in_car_table/get_day_in_car-"+day, data: {}, contentType: "application/json", success: function (Model) { diff --git a/Parking_spaces/Views/Engineering/Engineering_Violation.cshtml b/Parking_spaces/Views/Engineering/Engineering_Violation.cshtml index 68caa1b..7b870f2 100644 --- a/Parking_spaces/Views/Engineering/Engineering_Violation.cshtml +++ b/Parking_spaces/Views/Engineering/Engineering_Violation.cshtml @@ -317,7 +317,7 @@ //console.log(token_check) $.ajax({ type: "GET", - url: "http://localhost:5174/api/Violation_car_table/get_day_violation-" + day, + url: "http://140.125.20.183:7700/api/Violation_car_table/get_day_violation-" + day, data: {}, contentType: "application/json", success: function (Model) { diff --git a/Parking_spaces/Views/Manager/Manager_Index.cshtml b/Parking_spaces/Views/Manager/Manager_Index.cshtml index e13e691..48807ca 100644 --- a/Parking_spaces/Views/Manager/Manager_Index.cshtml +++ b/Parking_spaces/Views/Manager/Manager_Index.cshtml @@ -205,7 +205,7 @@ //console.log(token_check) $.ajax({ type: "GET", - url: "http://localhost:5174/api/Violation_car_table/get_day_violation-" + day, + url: "http://140.125.20.183:7700/api/Violation_car_table/get_day_violation-" + day, data: {}, contentType: "application/json", success: function (Model) { @@ -250,7 +250,7 @@ in_car_list = [] $.ajax({ type: "GET", - url: "http://localhost:5174/api/Yuntech_in_car_table/get_day_in_car-" + day, + url: "http://140.125.20.183:7700/api/Yuntech_in_car_table/get_day_in_car-" + day, data: {}, contentType: "application/json", success: function (Model) {