xiatian 1 tuần trước cách đây
mục cha
commit
67fe1d811b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/modules/portal/views/home/Home.vue

+ 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;
+            this.casLogoutUrl = response.data;
             this.$refs.casOut.click();
             this.USER_SIGNOUT();
           })