瀏覽代碼

인하우스 다운로드 페이지 제거
환자용 햅 로그인 화면 통전 표시 수정

junekeunsong 4 年之前
父節點
當前提交
98a638e5fb

+ 9 - 9
src/main/java/com/lemon/lifecenter/common/HomeController.java

@@ -10,15 +10,15 @@ public class HomeController {
         return "redirect:login/staff";
     }
     
-    @RequestMapping("/store/download_dev.html")
-    public String downLoadDev() {
-        return "/common/download_dev";
-    }
-    
-    @RequestMapping("/store/download.html")
-    public String downLoad() {
-        return "/common/download";
-    }
+//    @RequestMapping("/store/download_dev.html")
+//    public String downLoadDev() {
+//        return "/common/download_dev";
+//    }
+//    
+//    @RequestMapping("/store/download.html")
+//    public String downLoad() {
+//        return "/common/download";
+//    }
     
     // 의료진 웹 메뉴얼 다운로드
     @RequestMapping("/store/manual/staff")

+ 1 - 1
src/main/webapp/WEB-INF/jsp/mobile/login/login.jsp

@@ -161,7 +161,7 @@ function autoLogin(){
 <body>
     <div id="login">
         <div class="container">
-            <div class="title">생활치료센터<br/>비대면진료 서비스<br/><span style="font-size:20px !important;">hcms.mohw.go.kr</span></div>
+            <div class="title">생활치료센터<br/>비대면진료 서비스<br/><span style="font-size:10px !important;">hcms</span></div>
             <form id="loginForm" action="./check" method="post">
                 <input type="hidden" name="redirectUrl" value="${redirectUrl}">
                 <div class="login_box">