This commit is contained in:
leo 2024-02-09 16:29:58 +08:00
parent 9c67cddfd6
commit 7d15f02d01
3 changed files with 5 additions and 5 deletions

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {