From 9263100d664598f22f6f1c2ea600382f752ad3d0 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期日, 19 二月 2023 21:04:49 +0800
Subject: [PATCH] #
---
src/main/webapp/views/pipeline.html | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/pipeline.html b/src/main/webapp/views/pipeline.html
index ec659ad..ca4e0c5 100644
--- a/src/main/webapp/views/pipeline.html
+++ b/src/main/webapp/views/pipeline.html
@@ -229,7 +229,6 @@
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