From cd761b085ddff0d4f55a0d5b892b3120cf8fa9d2 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期二, 13 一月 2026 13:18:04 +0800
Subject: [PATCH] 修改了AGV请求接口的逻辑,Mas获取返回信息的订单编号

---
 src/main/webapp/views/monitor/css/monitor.css |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/views/monitor/css/monitor.css b/src/main/webapp/views/monitor/css/monitor.css
index dad376e..0091392 100644
--- a/src/main/webapp/views/monitor/css/monitor.css
+++ b/src/main/webapp/views/monitor/css/monitor.css
@@ -341,13 +341,13 @@
     background-size: 50% auto;
 }
 #elem-header-first {
-    background-image: url("../img/g.png");
+    background-image: url("../img/g1.png");
 }
 #elem-header-second {
-    background-image: url("../img/f.png");
+    background-image: url("../img/f1.png");
 }
 #elem-header-third {
-    background-image: url("../img/e.png");
+    background-image: url("../img/e1.png");
 }
 .elem-main {
     height: 20%;
@@ -571,5 +571,5 @@
     background-image: url(../img/banner/banner4.jpg);
 }
 #img-5 {
-    background-image: url(../img/banner/banner1.jpg);
+    background-image: url(../img/banner/banner5.jpg);
 }
\ No newline at end of file

--
Gitblit v1.9.1