链接地址无法正常工作

时间:2015-01-09 04:31:39

标签: express pug

我有一个在网站上使用的分享布局

在layout.jade中我有一个链接:

a(href='../user/profile') Profile

但是当页面http://hello.com/member/list/profile无法使用上述链接链接回页面profile (http://hello.com/user/profile)时。

1 个答案:

答案 0 :(得分:0)

如果使用“/ fullpath / user / profile”,它将引用根目录。如果您使用此版本的链接,则无论您在网站上的位置如何,它都将链接到相同的两个链接。 “/ user / profile”或“/ member / list / profile”。