@@ -113,7 +113,7 @@
// console.log('22',data)
this.drawer = data;
this.userID = JSON.parse(localStorage.getItem('user')).id;
- this.userName = this.$store.getters.get_user_info.user_name;
+ this.userName = JSON.parse(localStorage.getItem('user')).user_name;
if(data){
this.readnotice();
this.unreadnotice();