From a0d1598e7a0112ae32e5114f57a92a8f717401c1 Mon Sep 17 00:00:00 2001
From: ZY <zc857179121@qq.com>
Date: 星期五, 28 三月 2025 13:49:37 +0800
Subject: [PATCH] 添加logo

---
 Monitor-APP/pages/home/home.vue |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index ad44654..ce22f0a 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -209,14 +209,14 @@
 									</y-box>
 								</view>
 								<view style="height: 2%;"></view>
-								<view style="height: 10%;">
-									<y-box>
-										<view class="flex-col" style="width: 100%;height: 100%;font-size: 4vh;justify-content: center;letter-spacing: 1vh;">
-											<!-- 鍢夊杽杈归攱鏈烘鑲′唤鏈夐檺鍏徃 -->
+								<view style="height: 18%">
+										<view style="font-size: 4vh">
 											鑷姩浠撳簱WCS鐩戞帶骞冲彴
-											<!-- <image src="../../static/ruiyun.jpg" mode="" style="width: 100%;"></image> -->
 										</view>
-									</y-box>
+										<view style="height: 65%;float: right;">
+											<image style="height: 100%;margin-top: -18%;margin-left: 25%;" src="../../static/barcode.png" mode="aspectFit"></image>
+										</view>
+									
 								</view>
 							</view>
 						</view>
@@ -366,7 +366,7 @@
 			return {
 				series: [],
 				homeViewShow: false,
-				infoViewShow: true	,
+				infoViewShow: true,
 				errorInfoViewShow: false,
 				homeMode: [],
 				infoMode: [],
@@ -495,7 +495,11 @@
 										that.infoText.title = '鐩樼偣鍑哄簱'
 									} else if (res.data.agvWrkMast.ioType == 103) {
 										that.infoText.title = '鎷f枡鍑哄簱'
-									} else {
+									} else if (res.data.agvWrkMast.ioType == 57) {
+										that.infoText.title = '鐩樼偣鍐嶅叆搴�'
+									} else if (res.data.agvWrkMast.ioType == 53) {
+										that.infoText.title = '鎷f枡鍐嶅叆搴�'
+									}  else {
 										that.infoText.title = '鍏ㄦ澘鍑哄簱'
 									} 
 								} else{

--
Gitblit v1.9.1