fix: 修改房屋认证页面跳转路径

main
cr 2026-04-23 23:57:48 +08:00
parent 3f64725886
commit 1582d6e193
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ const onCommunityChange = (e) => {
//
const goAddHouse = () => {
uni.navigateTo({
url: '/pages/index/auth-form',
url: '/pages/index/check-page',
});
};
</script>