chenjunkai 6 년 전
부모
커밋
f05aea9368
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      web/imgTab.html
  2. 1 0
      web/index.html

+ 1 - 0
web/imgTab.html

@@ -281,6 +281,7 @@
                     });
                 } else {
                     alert(data['msg'])
+                    window.location.href = "http://" + domain + ":7724/web/login.html";
                 }
             }
         );

+ 1 - 0
web/index.html

@@ -277,6 +277,7 @@
                         }
                     });
                 } else {
+                    window.location.href = "http://" + domain + ":7724/web/login.html";
                     alert(data['msg'])
                 }
             }