小修改

This commit is contained in:
A1300399510
2023-08-04 12:28:10 +08:00
parent 4387c10703
commit 63b09af190
5 changed files with 32 additions and 9 deletions

View File

@@ -40,7 +40,7 @@ const props = defineProps({
item: Object,
});
const goapArtmentDetails = () => redirectToExternalWebsite(`${location.origin}/apartmentDetail?uniqid=${props['item'].uniqid}`)
const goapArtmentDetails = () => redirectToExternalWebsite(`/apartmentDetail?uniqid=${props['item'].uniqid}`)
// router.push(`/apartmentDetail?uniqid=${props['item'].uniqid}`)