From 1582d6e1931e24bfef5528d813d3d9c70f550630 Mon Sep 17 00:00:00 2001 From: cr <423803750@qq.com> Date: Thu, 23 Apr 2026 23:57:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=88=BF=E5=B1=8B?= =?UTF-8?q?=E8=AE=A4=E8=AF=81=E9=A1=B5=E9=9D=A2=E8=B7=B3=E8=BD=AC=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/switch-house.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index/switch-house.vue b/pages/index/switch-house.vue index ea149cb..f500f51 100644 --- a/pages/index/switch-house.vue +++ b/pages/index/switch-house.vue @@ -143,7 +143,7 @@ const onCommunityChange = (e) => { // 去认证房屋 const goAddHouse = () => { uni.navigateTo({ - url: '/pages/index/auth-form', + url: '/pages/index/check-page', }); };