|
|
@ -219,7 +219,6 @@ export default { |
|
|
|
this.$auth.$storage.removeUniversal("userBeforePath"); |
|
|
|
|
|
|
|
if (window.innerWidth < 1024) { |
|
|
|
console.log(window.innerWidth); |
|
|
|
this.$router.push(this.localePath("/")); |
|
|
|
} else { |
|
|
|
this.$router.push(this.localePath("/user")); |
|
|
@ -232,7 +231,7 @@ export default { |
|
|
|
`/trending/api/Members/Contacts` |
|
|
|
) |
|
|
|
.then((response) => { |
|
|
|
console.log(JSON.stringify(response)); |
|
|
|
//console.log(JSON.stringify(response)); |
|
|
|
if(response && response.data && response.data.DATA && response.data.DATA.rel){ |
|
|
|
let data = response.data.DATA.rel |
|
|
|
if(data){ |
|
|
|