|
@@ -714,7 +714,9 @@ export default {
|
|
this.token=JSON.parse(localStorage.getItem('userinif')).token;
|
|
this.token=JSON.parse(localStorage.getItem('userinif')).token;
|
|
this.userinif = JSON.parse(localStorage.getItem('userinif'));
|
|
this.userinif = JSON.parse(localStorage.getItem('userinif'));
|
|
this.PotsMessageUnreadTotalCount();
|
|
this.PotsMessageUnreadTotalCount();
|
|
-
|
|
|
|
|
|
+ if (this.userId!=21) {
|
|
|
|
+ localStorage.clear();
|
|
|
|
+ }
|
|
// this.startConnection();
|
|
// this.startConnection();
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|