link not working by clicking, only work by “Open link in new tab” command

后端 未结 8 1761
没有蜡笔的小新
没有蜡笔的小新 2020-12-20 11:21

I meet this interesting situation:

8条回答
  •  借酒劲吻你
    2020-12-20 12:21

    I know this is an old question, but having just had a similar issue, it sounds like the issue may be that your request is being blocked by the browser. This can happen if you're currently in a secure (https) environment trying to link to an insecure (http) resource.

    It's not clear what your href is, but make sure the href is https (or //) if your current environment is secure.

提交回复
热议问题