|
@@ -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",
|