From 95c52bbf2fd3e5df29439b89bb8bfb91cedf3e80 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Tue, 19 May 2026 11:42:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=88=E7=BA=A6=E5=BD=93?= =?UTF-8?q?=E5=89=8D=E6=8C=81=E4=BB=93=E4=B8=8D=E4=BC=9A=E8=B7=B3=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/contract/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/contract/index.vue b/src/views/contract/index.vue index 29ad826..824b0f5 100644 --- a/src/views/contract/index.vue +++ b/src/views/contract/index.vue @@ -506,9 +506,9 @@ export default { }, mounted: function () { - // setInterval(() => { - // this.holdPosition(); - // }, 2000); + setInterval(() => { + this.holdPosition(); + }, 2000); }, // 新增:页面销毁时,彻底释放资源!