一公司地图门口门禁详情样式问题、摄像头点位样式问题、气象站定时器时间改为90秒
parent
91df5a5593
commit
b937d07355
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div>
|
||||
<div style="width: 100%">
|
||||
<div class="level-title">
|
||||
<h1>摄像头名称:{{ info.NAME }}</h1>
|
||||
</div>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div>
|
||||
<div style="width: 100%">
|
||||
<div class="level-title">
|
||||
<h1>摄像头名称:{{ info.NAME }}</h1>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue