Browse Source

修改退出

seimin 2 years ago
parent
commit
9b491f5e81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/index.js

+ 1 - 1
js/index.js

@@ -1807,7 +1807,7 @@ $(function () {
1807 1807
       sessionStorage.removeItem("loginUser");
1808 1808
       sessionStorage.removeItem("repair_main");
1809 1809
       sessionStorage.removeItem("isSSo");
1810
-      location.href = "http://" + location.hostname + ":8080/pcreq_logout.jsp";
1810
+      location.href = "http://" + location.hostname + "/pcreq_logout.jsp";
1811 1811
     } else {
1812 1812
       $.ajax({
1813 1813
         type: "POST",