|
@@ -359,7 +359,7 @@ export default {
|
|
this.$http
|
|
this.$http
|
|
.get("/api/auth/logout/" + this.user.scode)
|
|
.get("/api/auth/logout/" + this.user.scode)
|
|
.then((response) => {
|
|
.then((response) => {
|
|
- this.casLogoutUrl = response;
|
|
|
|
|
|
+ this.casLogoutUrl = response.data;
|
|
this.$refs.casOut.click();
|
|
this.$refs.casOut.click();
|
|
this.USER_SIGNOUT();
|
|
this.USER_SIGNOUT();
|
|
})
|
|
})
|