From d82cf5bc981730ff445df867fc3470357bab821b Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Tue, 2 Sep 2025 15:23:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A9=E8=AE=BE=E5=A4=87=E7=BB=91=E5=AE=9A?= =?UTF-8?q?=E5=90=8E=E4=B8=8D=E8=BF=9B=E8=A1=8C=E8=B7=B3=E8=BD=AC=E5=88=B0?= =?UTF-8?q?=E8=B0=83=E8=AF=95=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- page_user/luru/bind_mac.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/page_user/luru/bind_mac.vue b/page_user/luru/bind_mac.vue index 9a9697d..562bcc5 100644 --- a/page_user/luru/bind_mac.vue +++ b/page_user/luru/bind_mac.vue @@ -323,12 +323,12 @@ export default { duration: 2000, }) - // 延迟跳转,让用户看到成功提示 - setTimeout(() => { - uni.navigateTo({ - url: `/page_user/luru/controlDevice?sn=${encodeURIComponent(this.sn)}`, - }) - }, 2000) + // // 延迟跳转,让用户看到成功提示 + // setTimeout(() => { + // uni.navigateTo({ + // url: `/page_user/luru/controlDevice?sn=${encodeURIComponent(this.sn)}`, + // }) + // }, 2000) } else { throw new Error(res.msg || '绑定失败') }