From ab0193f955b64f5ab8636c46b5d1f0f86fde8806 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期四, 07 八月 2025 13:41:12 +0800
Subject: [PATCH] #
---
src/main/webapp/views/realtimeWatch/pipeline2.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/realtimeWatch/pipeline2.html b/src/main/webapp/views/realtimeWatch/pipeline2.html
index 504a084..9351fc9 100644
--- a/src/main/webapp/views/realtimeWatch/pipeline2.html
+++ b/src/main/webapp/views/realtimeWatch/pipeline2.html
@@ -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