From 733823ffa701f749c7154cacf60a26951891f2ca Mon Sep 17 00:00:00 2001 From: whyczyk <525500596@qq.com> Date: 星期三, 02 三月 2022 16:33:41 +0800 Subject: [PATCH] 老平台对接接口防重放问题 --- src/pages/exhibition.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/pages/exhibition.vue b/src/pages/exhibition.vue index 73218f7..82b4127 100644 --- a/src/pages/exhibition.vue +++ b/src/pages/exhibition.vue @@ -109,7 +109,7 @@ nowBox[0].appendChild(chartModular.$el) this.modularArr.push(chartModular); } - if (chartModular.id == "chart14") { + if (chartModular.id == "chart14" && sessionStorage.getItem('newPlatform')) { this.$nextTick(() => { chartModular.$children[0].setData() }) -- Gitblit v1.9.1