From ec8161693d9e2ac84a4f9a3dba6c0dade771516c Mon Sep 17 00:00:00 2001 From: luyisha Date: Tue, 8 Aug 2023 16:35:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BD=93=E8=82=B2=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E3=80=81=E5=A4=B4=E9=83=A8=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/views/cultrue/index.vue | 2 +- src/views/index.vue | 2 +- src/views/ty/index.vue | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index d897a91..84afd47 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,7 +4,7 @@
- 累计服务人数: {{ sumYear_num }} 人 + 年累计服务人数: {{ sumYear_num }} 人
{{ nowtime }} {{ curtime }}
diff --git a/src/views/cultrue/index.vue b/src/views/cultrue/index.vue index e6618dd..ae69612 100644 --- a/src/views/cultrue/index.vue +++ b/src/views/cultrue/index.vue @@ -949,7 +949,7 @@ export default { } }, beforeDestroy(){ - console.log('清除文化定时器') + // console.log('清除文化定时器') clearInterval(this.timer1); clearInterval(this.timer2); clearInterval(this.timer3); diff --git a/src/views/index.vue b/src/views/index.vue index 86cc2f4..75ecd68 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1024,7 +1024,7 @@ export default { }, }, beforeDestroy(){ - console.log('清除总览定时器') + // console.log('清除总览定时器') clearInterval(this.timer0); clearInterval(this.timer1); clearInterval(this.timer2); diff --git a/src/views/ty/index.vue b/src/views/ty/index.vue index 3cd745c..c498408 100644 --- a/src/views/ty/index.vue +++ b/src/views/ty/index.vue @@ -416,7 +416,7 @@ export default { // 获取新数据-处理--改用ws处理数据 var xData = that.rsqsXData; - var color = ['#FF99CC', '#6666FF', '#FF6600', '#7049f0', '#fa704d', '#01babc',] + var color = ['#FF99CC', '#6666FF', '#75fa4c', '#7049f0', '#fa704d', '#01babc',] var name = that.rsqsDataName // console.log(that.rsqsDataName, 'that.rsqsDataName') // = ['体育场', '体育馆', '游泳场馆']; @@ -980,7 +980,7 @@ export default { }, }, beforeDestroy(){ - console.log('清除体育定时器') + // console.log('清除体育定时器') clearInterval(this.timer1); clearInterval(this.timer2); clearInterval(this.timer3);