chenjunkai il y a 6 ans
Parent
commit
f05aea9368
2 fichiers modifiés avec 2 ajouts et 0 suppressions
  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'])
                 }
             }