一公司地图门口门禁详情样式问题、摄像头点位样式问题、气象站定时器时间改为90秒

20240528Test
limingyu 2024-04-23 14:49:47 +08:00
parent e92316822a
commit e28c9cc59c
4 changed files with 4 additions and 4 deletions

View File

@ -150,7 +150,7 @@ export default {
//
start() {
console.log('定时器开启')
this.timer = setInterval(this.getMeteorologicalinfo, 10000) // : ;
this.timer = setInterval(this.getMeteorologicalinfo, 90000) // : ;
},
over() {
clearInterval(this.timer)

View File

@ -1,5 +1,5 @@
<template>
<div class="app-container print-work">
<div class="app-container print-work" style="width: 100%">
<div v-if= "type !== 'CAMERA'" class="level-title">
<h1>区域名称{{ info.GATE_AREA_NAME }}</h1>
</div>

View File

@ -1,5 +1,5 @@
<template>
<div>
<div style="width: 100%">
<div class="level-title">
<h1>摄像头名称{{ info.NAME }}</h1>
</div>

View File

@ -1,5 +1,5 @@
<template>
<div>
<div style="width: 100%">
<div class="level-title">
<h1>摄像头名称{{ info.NAME }}</h1>
</div>