hide_preloader() html = `
로그인 후 이용해주세요
` appDefaultPopup("알림", html, "로그인").fire().then((result) => { if (result.isConfirmed) window.location.href="/users/sign_in" })