这是一个荒谬的问题,但出于某种原因,在我的 Backbone 应用程序中,外部链接被视为内部链接,只是附加到 url。这是我的 .hamlc 文件片段:
.row
%li.modal-annotation-text.marginb-10
%a{ href: "https://medium.com" } Learn more
单击链接时,url 从http://localhost:3000变为http://localhost:3000/https://medium.com
我不敢相信这么简单的事情会引起如此头痛。