From 25bf31e883fc8b02d14ad342ed1e5a955661ffd7 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期日, 19 二月 2023 13:06:05 +0800
Subject: [PATCH] #
---
src/main/webapp/views/pipeline.html | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/views/pipeline.html b/src/main/webapp/views/pipeline.html
index ca4e0c5..ec659ad 100644
--- a/src/main/webapp/views/pipeline.html
+++ b/src/main/webapp/views/pipeline.html
@@ -229,6 +229,7 @@
headers: {'token': localStorage.getItem('token')},
method: 'GET',
success: function (res) {
+ console.log(res)
if (res.code === 200){
ioModeData = res.data;
ioModeData.forEach(function (e) {
--
Gitblit v1.9.1