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" >