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 | 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