From 21a4bf818a8a3e90d1b4f86d3e61304ceccbb49f Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期一, 25 三月 2024 09:52:53 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/monitor/monitor.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/monitor/monitor.html b/src/main/webapp/views/monitor/monitor.html
index a2d8d81..46989e4 100644
--- a/src/main/webapp/views/monitor/monitor.html
+++ b/src/main/webapp/views/monitor/monitor.html
@@ -186,7 +186,7 @@
                     <div class="image-border image-border2"></div>
                     <div class="image-border image-border3"></div>
                     <div class="image-border image-border4"></div>
-                    <span>娴欐睙涓壃绔嬪簱鎶�鏈湁闄愬叕鍙�</span>
+                    <span>绔嬪簱wcs鎿嶄綔骞冲彴</span>
                     <img src="../../static/image/barcode.png">
                 </div>
             </div>
@@ -792,6 +792,7 @@
             url: baseUrl+"/monitor/line/charts",
             method: 'GET',
             success: function (res) {
+                console.log(res)
                 if (res.code === 200){
                     var json = res.data.rows;
                     reportView.xAxis.data=[getDateFormat(-11), getDateFormat(-10), getDateFormat(-9), getDateFormat(-8), getDateFormat(-7), getDateFormat(-6),

--
Gitblit v1.9.1