|
@@ -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()
|
|
|
})
|