【发布时间】:2017-12-16 15:23:20
【问题描述】:
我有一个跨网站使用的共享布局
在 layout.jade 里面有一个链接:
a(href='../user/profile') Profile
但是在页面http://hello.com/member/list/profile 上时将无法使用上面的链接链接回页面profile (http://hello.com/user/profile)。
【问题讨论】:
-
它实际上链接到哪里呢?也不应该是
../../user/profile?