chenjunkai 6 rokov pred
rodič
commit
f05aea9368
2 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  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'])
                 }
             }