瀏覽代碼

修改退出

seimin 2 年之前
父節點
當前提交
9b491f5e81
共有 1 個文件被更改,包括 1 次插入1 次删除
  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",