From 0c1011f411c4aae5b31428e50bc4f5e858753436 Mon Sep 17 00:00:00 2001 From: xins Date: Wed, 17 Apr 2024 14:02:59 +0800 Subject: [PATCH] =?UTF-8?q?2.1.6=20=E8=BD=A6=E9=97=B4=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hw-ui/src/layout/components/Navbar.vue | 20 +++++----- hw-ui/src/views/board/fifthFloor/index.vue | 38 +++++++++++-------- hw-ui/src/views/board/firstFloor/index.vue | 8 +++- .../src/views/board/fourthFloor/assemble.vue | 2 +- hw-ui/src/views/board/fourthFloor/weld.vue | 13 +++---- 5 files changed, 45 insertions(+), 36 deletions(-) diff --git a/hw-ui/src/layout/components/Navbar.vue b/hw-ui/src/layout/components/Navbar.vue index 86a2a6ba..0ba58ae1 100644 --- a/hw-ui/src/layout/components/Navbar.vue +++ b/hw-ui/src/layout/components/Navbar.vue @@ -145,16 +145,16 @@ export default { localStorage.setItem("this.devicetotal", 0); }, mounted() { - this.getAlarmData(); - setInterval(() => this.getAlarmData(), 1000 * 60); - this.poolNameList = JSON.parse(localStorage.getItem("POOL_NAME_LIST")); - this.poolName = localStorage.getItem("USER_POOL_NAME_CURRENT"); - if(this.$route.query.id) { - changePoolName(this.$route.query.id).then((res) => { - localStorage.setItem("USER_POOL_NAME_CURRENT", this.$route.query.id); - this.poolName = this.$route.query.id; - }); - } + // this.getAlarmData(); + // setInterval(() => this.getAlarmData(), 1000 * 60); + // this.poolNameList = JSON.parse(localStorage.getItem("POOL_NAME_LIST")); + // this.poolName = localStorage.getItem("USER_POOL_NAME_CURRENT"); + // if(this.$route.query.id) { + // changePoolName(this.$route.query.id).then((res) => { + // localStorage.setItem("USER_POOL_NAME_CURRENT", this.$route.query.id); + // this.poolName = this.$route.query.id; + // }); + // } }, components: { Breadcrumb, diff --git a/hw-ui/src/views/board/fifthFloor/index.vue b/hw-ui/src/views/board/fifthFloor/index.vue index 2704068c..cd250469 100644 --- a/hw-ui/src/views/board/fifthFloor/index.vue +++ b/hw-ui/src/views/board/fifthFloor/index.vue @@ -152,6 +152,13 @@ width="120" >