Merge remote-tracking branch 'origin/pet' into pet

20240528Test
guoyuepeng 2024-04-23 14:51:46 +08:00
commit 77ffeafcdf
6 changed files with 6 additions and 5 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

@ -274,6 +274,7 @@ export default {
}
.app-container {
padding: 0px;
width: 100%;
}
}
</style>

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>

View File

@ -1401,7 +1401,7 @@ export default {
// eslint-disable-next-line no-unused-vars
var _this = this
const collection = new Cesium.CustomDataSource('clickEntityCollection')
debugger
poin.forEach(item => {
if (!this.poinEntity.hasOwnProperty(item.id)) {
const entity = drag.addEntity(item)