Browse Source

Merge remote-tracking branch 'origin/messagePass220412' into test

zhouna 3 years ago
parent
commit
07fe7aa0cc
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/js/login.js

+ 3 - 3
src/js/login.js

@@ -15,9 +15,6 @@ $(function () {
   localStorage.removeItem('toLogin');
   localStorage.removeItem('accessToken')
   clearAllCookie()
-  if (hideLogo || otherLogo) {
-    $(".copy-right").text("");
-  }
   $(document).keyup(function (event) {
     if (event.keyCode == 13) {
       sureLogin()
@@ -95,6 +92,9 @@ function getHospitalMark() {
         $('.login').html(str)
         getSecurityCode();
     }
+	if (hideLogo || otherLogo) {
+	  $(".copy-right").text("");
+	}
     $(".sureLogin").click(() => {
       sureLogin()
     })