From 6711560b0dffa64f51bce0e2c7017e3197c3fd5d Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Tue, 19 May 2026 11:41:57 +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 c9ffbf0..470a08b 100644 --- a/src/views/contract/index.vue +++ b/src/views/contract/index.vue @@ -502,9 +502,9 @@ export default { }, mounted: function () { - // setInterval(() => { - // this.holdPosition(); - // }, 2000); + setInterval(() => { + this.holdPosition(); + }, 2000); }, // 新增:页面销毁时,彻底释放资源!