From bd18bae05ec337f06ba825d4e4148f7129009c14 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期一, 27 五月 2024 15:20:49 +0800
Subject: [PATCH] #
---
Monitor-APP/manifest.json | 2 +-
Monitor-APP/pages/home/home.css | 2 +-
Monitor-APP/pages/home/home.vue | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Monitor-APP/manifest.json b/Monitor-APP/manifest.json
index fc9a569..f23661f 100644
--- a/Monitor-APP/manifest.json
+++ b/Monitor-APP/manifest.json
@@ -3,7 +3,7 @@
"appid" : "__UNI__CA903B7",
"description" : "",
"versionName" : "1.0.2",
- "versionCode" : 102,
+ "versionCode" : 104,
"transformPx" : false,
/* 5+App鐗规湁鐩稿叧 */
"app-plus" : {
diff --git a/Monitor-APP/pages/home/home.css b/Monitor-APP/pages/home/home.css
index 90a2664..abcc1c1 100644
--- a/Monitor-APP/pages/home/home.css
+++ b/Monitor-APP/pages/home/home.css
@@ -1,7 +1,7 @@
.text-content {
width: 100%;
height: 100%;
- font-size: 14px;
+ font-size: 13px;
/* background-color: aliceblue; */
}
.swiper-head {
diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index 067b1b6..1ab3d1a 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -462,8 +462,8 @@
setInterval(()=>{
// 娴嬭瘯鐢�
- // this.getVisualized()
- this.getVisualizedTest()
+ this.getVisualized()
+ // this.getVisualizedTest()
},1000)
},
methods: {
@@ -533,7 +533,7 @@
that.infoText.title = '鐩樼偣鍐嶅叆搴�'
} else if (res.data.agvWrkMast.ioType == 53) {
that.infoText.title = '鎷f枡鍐嶅叆搴�'
- } else {
+ } else if (res.data.agvWrkMast.ioType == 101) {
that.infoText.title = '鍏ㄦ澘鍑哄簱'
}
} else{
--
Gitblit v1.9.1