From 4f91e27a1a497b5ed9de6be2267a8a57085e7c82 Mon Sep 17 00:00:00 2001 From: 懒羊羊 <15939171744@163.com> Date: 星期二, 23 一月 2024 15:52:15 +0800 Subject: [PATCH] -2024-01-23 修改真实数据 --- src/views/midea/top.vue | 2 +- src/views/midea/left.vue | 6 +++--- src/views/midea/center2.vue | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/midea/center2.vue b/src/views/midea/center2.vue index 12d7b4d..79766f7 100644 --- a/src/views/midea/center2.vue +++ b/src/views/midea/center2.vue @@ -78,7 +78,7 @@ } }, mounted() { - // this.tops(); + this.tops(); this.changeTiming(); this.$bus.$on('refresh-components', (value) => { // 鍒锋柊鍒濆鍖栨柟娉� diff --git a/src/views/midea/left.vue b/src/views/midea/left.vue index 0e67505..b64ad40 100644 --- a/src/views/midea/left.vue +++ b/src/views/midea/left.vue @@ -122,8 +122,8 @@ }, methods: { tops(){ - // this.$http.get('http://127.0.0.1:8080/greaseBoard/bigListGreaseBoard') - this.$http.get('http://172.20.1.10:8080/greaseBoard/bigListGreaseBoard') + this.$http.get('http://127.0.0.1:8080/greaseBoard/bigListGreaseBoard') + // this.$http.get('http://172.20.1.10:8080/greaseBoard/bigListGreaseBoard') .then((response)=>{ this.config = { header: ['宸ヤ綅', '鍒版湡鏃堕棿', '鍓╀綑澶╂暟'], @@ -143,7 +143,7 @@ changeTiming() { setInterval(() => { this.tops(); - }, 300000) + }, 6000) }, } } diff --git a/src/views/midea/top.vue b/src/views/midea/top.vue index d1f09f0..5220d47 100644 --- a/src/views/midea/top.vue +++ b/src/views/midea/top.vue @@ -2,7 +2,7 @@ <div class="content-box2"> <dv-border-box-6> <div> - <div class="top-top">宸ュ崟鍙�</div> + <div class="top-top">宸ュ崟缂栧彿</div> <!-- <div class="top-bottom">{{orderDetail.workOrderNo}}</div>--> <div class="top-bottom selectBottom"> -- Gitblit v1.9.3