diff --git a/src/assets/map/renyuan/ico1.png b/src/assets/map/renyuan/ico1.png new file mode 100644 index 0000000..191835e Binary files /dev/null and b/src/assets/map/renyuan/ico1.png differ diff --git a/src/assets/map/renyuan/ico2.png b/src/assets/map/renyuan/ico2.png new file mode 100644 index 0000000..1f28bbe Binary files /dev/null and b/src/assets/map/renyuan/ico2.png differ diff --git a/src/assets/map/renyuan/ico3.png b/src/assets/map/renyuan/ico3.png new file mode 100644 index 0000000..9370a0e Binary files /dev/null and b/src/assets/map/renyuan/ico3.png differ diff --git a/src/assets/map/renyuan/ico4.png b/src/assets/map/renyuan/ico4.png new file mode 100644 index 0000000..42475ba Binary files /dev/null and b/src/assets/map/renyuan/ico4.png differ diff --git a/src/assets/map/renyuan/ico5.png b/src/assets/map/renyuan/ico5.png new file mode 100644 index 0000000..ffe9c41 Binary files /dev/null and b/src/assets/map/renyuan/ico5.png differ diff --git a/src/views/map/components/qixiang.vue b/src/views/map/components/qixiang.vue index c6d5695..8a46da6 100644 --- a/src/views/map/components/qixiang.vue +++ b/src/views/map/components/qixiang.vue @@ -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) diff --git a/src/views/map/components/renyuan.vue b/src/views/map/components/renyuan.vue index c66875b..3a1e6e9 100644 --- a/src/views/map/components/renyuan.vue +++ b/src/views/map/components/renyuan.vue @@ -1,6 +1,6 @@