From 37b12312d2f32c5120cfa5cf5777fd915045882a Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期四, 06 六月 2024 16:57:00 +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