From 7f4f3cab444ff87570b9f883e0dadeecf6199147 Mon Sep 17 00:00:00 2001
From: tqs <56479841@qq.com>
Date: 星期一, 20 二月 2023 14:02:07 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/console.html |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index d69319f..fd8c8ac 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -28,6 +28,10 @@
         <div class="main-part">
 
         </div>
+        <div style="width: 100px;height: 40px;background-color: rgb(108,167,168);position: absolute;
+            left: 374px;top:133px;z-index: 999"></div>
+        <div style="width: 100px;height: 40px;background-color: rgb(108,167,168);position: absolute;
+            left: 374px;top:380px;z-index: 999"></div>
         <div id="body">
             <!-- 鎬诲紑鍏� -->
             <div class="system-state">
@@ -344,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) {

--
Gitblit v1.9.1