style:登录
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -73,7 +73,7 @@ export default { | ... | @@ -73,7 +73,7 @@ export default { |
73 | }) | 73 | }) |
74 | }, | 74 | }, |
75 | logout () { | 75 | logout () { |
76 | const url = baseUrl + "/sso-logout?redirect_uri=" + baseUrl + "/admin"; | 76 | const url = baseUrl + "/sso-logout?redirect_uri=" + baseUrl + "/bdcdj"; |
77 | window.open(url, "_self"); | 77 | window.open(url, "_self"); |
78 | sessionStorage.removeItem("navList"); | 78 | sessionStorage.removeItem("navList"); |
79 | }, | 79 | }, | ... | ... |
-
Please register or sign in to post a comment