一公司地图门口门禁详情样式问题、摄像头点位样式问题、气象站定时器时间改为90秒
parent
e92316822a
commit
e28c9cc59c
|
@ -150,7 +150,7 @@ export default {
|
||||||
// 定时器
|
// 定时器
|
||||||
start() {
|
start() {
|
||||||
console.log('定时器开启')
|
console.log('定时器开启')
|
||||||
this.timer = setInterval(this.getMeteorologicalinfo, 10000) // 注意: 第一个参数为方法名的时候不要加括号;
|
this.timer = setInterval(this.getMeteorologicalinfo, 90000) // 注意: 第一个参数为方法名的时候不要加括号;
|
||||||
},
|
},
|
||||||
over() {
|
over() {
|
||||||
clearInterval(this.timer)
|
clearInterval(this.timer)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="app-container print-work">
|
<div class="app-container print-work" style="width: 100%">
|
||||||
<div v-if= "type !== 'CAMERA'" class="level-title">
|
<div v-if= "type !== 'CAMERA'" class="level-title">
|
||||||
<h1>区域名称:{{ info.GATE_AREA_NAME }}</h1>
|
<h1>区域名称:{{ info.GATE_AREA_NAME }}</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div style="width: 100%">
|
||||||
<div class="level-title">
|
<div class="level-title">
|
||||||
<h1>摄像头名称:{{ info.NAME }}</h1>
|
<h1>摄像头名称:{{ info.NAME }}</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div style="width: 100%">
|
||||||
<div class="level-title">
|
<div class="level-title">
|
||||||
<h1>摄像头名称:{{ info.NAME }}</h1>
|
<h1>摄像头名称:{{ info.NAME }}</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue