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/console.html  |    1 -
 src/main/webapp/views/pipeline.html |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 1fd3075..fd8c8ac 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -348,7 +348,6 @@
             url: baseUrl + '/console/barcode/output/site',
             method: 'GET',
             success: function (res) {
-                console.log(res)
                 if (res.code === 200) {
                     tData = eval(res.data);
                     if (tData.length <= 5) {
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