xiatian 1 долоо хоног өмнө
parent
commit
1b0884085f

+ 1 - 1
src/modules/portal/views/home/Home.vue

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