Showing
1 changed file
with
1 additions
and
1 deletions
@@ -119,7 +119,7 @@ function rePosFooter() { | @@ -119,7 +119,7 @@ function rePosFooter() { | ||
119 | 119 | ||
120 | //未登录 | 120 | //未登录 |
121 | $op.prepend( | 121 | $op.prepend( |
122 | - '<a href="/signin.html">登录</a>' + | 122 | + '<a href="/signin.html?refer=' + location.href + '">登录</a>' + |
123 | '<span class="sep-line">|</span>' + | 123 | '<span class="sep-line">|</span>' + |
124 | '<a href="/reg.html">注册</a>' | 124 | '<a href="/reg.html">注册</a>' |
125 | ); | 125 | ); |
-
Please register or login to post a comment