|
@@ -236,9 +236,9 @@ const user = {
|
|
|
logout(logoutToken).then(() => {
|
|
|
let sevice = 'http://' + window.location.host + '/'
|
|
|
let serviceUrl = encodeURIComponent(sevice)
|
|
|
- // window.location.href = window._CONFIG['casPrefixUrl']+"/logout?service="+serviceUrl;
|
|
|
+ window.location.href = window._CONFIG['casPrefixUrl']+"/logout?service="+serviceUrl;
|
|
|
//博物馆单点登录注销
|
|
|
- window.location.href="http://172.18.91.12:8888/sso";
|
|
|
+// window.location.href="http://172.18.91.12:8888/sso";
|
|
|
// resolve()
|
|
|
}).catch(() => {
|
|
|
console.log("111111111111111")
|