From 6975fb975e2d7e4e6277b92ddbf978540ffdee7b Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 6 Feb 2024 14:10:12 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=93=A1=E6=A8=A1=E5=BC=8F=20=E9=9B=B2=E7=A7=91=E4=B8=B2?= =?UTF-8?q?=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Parking_spaces/Views/Manager/Map_RTSP.cshtml | 44 +++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/Parking_spaces/Views/Manager/Map_RTSP.cshtml b/Parking_spaces/Views/Manager/Map_RTSP.cshtml index da57bfe..9f6a94d 100644 --- a/Parking_spaces/Views/Manager/Map_RTSP.cshtml +++ b/Parking_spaces/Views/Manager/Map_RTSP.cshtml @@ -4,5 +4,47 @@ Layout = "~/Views/Shared/_Layout_Manager.cshtml"; } -

Map_RTSP

+ + + + + + + +

即時影像

+ + + + + + + + + \ No newline at end of file From 999503a8638b14eed5c46d117bcf53406dda2615 Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 6 Feb 2024 15:13:01 +0800 Subject: [PATCH 2/2] T --- Parking_spaces/Views/Engineering/Yuntech_in_car.cshtml | 2 +- Parking_spaces/Views/Manager/Yuntech_in_car.cshtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Parking_spaces/Views/Engineering/Yuntech_in_car.cshtml b/Parking_spaces/Views/Engineering/Yuntech_in_car.cshtml index ef09c3d..4ffabff 100644 --- a/Parking_spaces/Views/Engineering/Yuntech_in_car.cshtml +++ b/Parking_spaces/Views/Engineering/Yuntech_in_car.cshtml @@ -89,7 +89,7 @@ //console.log(name) $.ajax({ 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: {}, contentType: "application/json", success: function (Model) { diff --git a/Parking_spaces/Views/Manager/Yuntech_in_car.cshtml b/Parking_spaces/Views/Manager/Yuntech_in_car.cshtml index 18f94ac..d14d0ca 100644 --- a/Parking_spaces/Views/Manager/Yuntech_in_car.cshtml +++ b/Parking_spaces/Views/Manager/Yuntech_in_car.cshtml @@ -89,7 +89,7 @@ //console.log(name) $.ajax({ 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: {}, contentType: "application/json", success: function (Model) {