我有两个锚标签:
1)用于注销用户
<a href="{$Site.HostPath}/portal/<%=companyid %>/logout" style="color: #888; text-decoration: none"> | Logout</a></li>
谁的 href 工作正常。
2) 用于显示和更新用户资料。
User: <a class="something" href="{$Site.HostPath}/portal/<%=companyid %>/profile" style="text-decoration: none"><span class="sales-user-info" style="" ><%= username%></span></a>
谁的 href 没有被触发。
问题是什么??