Merge branch 'dev'
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -75,7 +75,7 @@ | ... | @@ -75,7 +75,7 @@ |
75 | if (process.env.NODE_ENV === 'development') { | 75 | if (process.env.NODE_ENV === 'development') { |
76 | localStorage.removeItem('token') | 76 | localStorage.removeItem('token') |
77 | } else { | 77 | } else { |
78 | Cookies.remove('ACCESS_TOKEN') | 78 | Cookies.remove('token') |
79 | } | 79 | } |
80 | if (window._config.casEnable) { | 80 | if (window._config.casEnable) { |
81 | window.location.href = window._config.casBaseURL + '/logout?service=' + encodeURIComponent(window.location.href); | 81 | window.location.href = window._config.casBaseURL + '/logout?service=' + encodeURIComponent(window.location.href); | ... | ... |
-
Please register or sign in to post a comment