T
This commit is contained in:
parent
9c67cddfd6
commit
7d15f02d01
|
@ -373,7 +373,7 @@
|
||||||
//console.log(token_check)
|
//console.log(token_check)
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: "GET",
|
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: {},
|
data: {},
|
||||||
contentType: "application/json",
|
contentType: "application/json",
|
||||||
success: function (Model) {
|
success: function (Model) {
|
||||||
|
@ -418,7 +418,7 @@
|
||||||
in_car_list = []
|
in_car_list = []
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: "GET",
|
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: {},
|
data: {},
|
||||||
contentType: "application/json",
|
contentType: "application/json",
|
||||||
success: function (Model) {
|
success: function (Model) {
|
||||||
|
|
|
@ -317,7 +317,7 @@
|
||||||
//console.log(token_check)
|
//console.log(token_check)
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: "GET",
|
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: {},
|
data: {},
|
||||||
contentType: "application/json",
|
contentType: "application/json",
|
||||||
success: function (Model) {
|
success: function (Model) {
|
||||||
|
|
|
@ -205,7 +205,7 @@
|
||||||
//console.log(token_check)
|
//console.log(token_check)
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: "GET",
|
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: {},
|
data: {},
|
||||||
contentType: "application/json",
|
contentType: "application/json",
|
||||||
success: function (Model) {
|
success: function (Model) {
|
||||||
|
@ -250,7 +250,7 @@
|
||||||
in_car_list = []
|
in_car_list = []
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: "GET",
|
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: {},
|
data: {},
|
||||||
contentType: "application/json",
|
contentType: "application/json",
|
||||||
success: function (Model) {
|
success: function (Model) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user