Authored by 郭成尧

Merge branch 'feature/loginview' into release/6.0.1

... ... @@ -43,8 +43,8 @@
</div>
<div class="get-password-box hide">
<div class="bottom-button-box">
<a href="{{emailRetriveUrl}}" class="by-email">邮箱找回</a>
<a href="{{phoneRetriveUrl}}" class="by-mobile">手机找回</a>
<a class="by-email" onclick="location.href='{{emailRetriveUrl}}'">邮箱找回</a>
<a class="by-mobile" onclick="location.href='{{phoneRetriveUrl}}'">手机找回</a>
</div>
</div>
</div>
\ No newline at end of file
... ...