From 3039311d69a517bbcfea1ec6f3ee3afb6ef81f4c Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期五, 10 一月 2025 13:03:34 +0800
Subject: [PATCH] #
---
 src/main/webapp/views/realtimeWatch/pipeline2.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/views/realtimeWatch/pipeline2.html b/src/main/webapp/views/realtimeWatch/pipeline2.html
index 9b7a7e9..9351fc9 100644
--- a/src/main/webapp/views/realtimeWatch/pipeline2.html
+++ b/src/main/webapp/views/realtimeWatch/pipeline2.html
@@ -67,7 +67,7 @@
                     <table id="plc-error-table">
                         <thead>
                         <tr>
-                            <th style="width: 200px">搴忓彿</th>
+                            <th style="width: 200px">绔欑偣</th>
                             <th style="width: 400px">PLC閿欒鎻忚堪</th>
                             <th style="width: 400px">寮傚父</th>
                         </tr>
@@ -238,7 +238,7 @@
         var tableEl = $('#plc-error-table');
         tableEl.children("tr").children("td").html("");
         $.ajax({
-            url: baseUrl+ "/site/table/plc/errors",
+            url: baseUrl+ "/site/table/plc/errors2",
             headers: {'token': localStorage.getItem('token')},
             method: 'POST',
             success: function (res) {
@@ -263,7 +263,7 @@
     function getSite() {
         var tableEl = $('#site-table');
         $.ajax({
-            url: baseUrl+ "/site/table/site",
+            url: baseUrl+ "/site/table/site2",
             headers: {'token': localStorage.getItem('token')},
             method: 'POST',
             success: function (res) {
--
Gitblit v1.9.1