为什么我的a-link in aframe让整个场景变成hyperlink?我只希望门户本身成为一个 hyperlink

why does my a-link in aframe make the entire scene a hyperlink? I just want the portal itself to be a hyperlink

这是项目页面(实例):https://aframe101.glitch.me

代码如下:https://glitch.com/edit/#!/aframe101

当我添加 a-link 元素时:

<!--        INTERACTION PORTAL-->
      <a-link
        href="https://activereplica.com/Cn8Uifp/open-house-room-b"
        position="0 1 -2"
        title="My Homepage"
        image="https://cdn.glitch.com/ef233944-f592-4f96-a70c-01d0c5ce72e3%2FGevurah%20Title%20Card.JPG?v=1606935089024"
        on="click"
      ></a-link>

我在屏幕上的任何地方点击都会将我转到另一个网站。

如果我单击门户本身,我只想导航到另一个网站。请帮忙!

Ctrl+Alt+I再看拳击link面积

1.1.0 门户不再受支持;它只是更改为 link 属性.