From d1db7fc8d9726687f554b58cc48bbe063bcc28b4 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 20 三月 2023 15:53:24 +0800
Subject: [PATCH] #
---
src/main/webapp/views/pipeline.html | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/pipeline.html b/src/main/webapp/views/pipeline.html
index ec659ad..e3af7e1 100644
--- a/src/main/webapp/views/pipeline.html
+++ b/src/main/webapp/views/pipeline.html
@@ -140,7 +140,7 @@
<th>鍏ュ簱鏍囪</th>
<th>绌烘澘淇″彿</th>
<th>鐩爣绔�</th>
- <th>闀跨煭搴撲綅</th>
+ <th>澶у皬搴撲綅</th>
</tr>
</thead>
<!-- 琛ㄦ牸鍐呭 -->
@@ -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