过滤条件
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
return {
|
||||
intervalId: null,
|
||||
interTime: this.$store.getters.setTime,
|
||||
userName: this.$store.getters.userInfo !== '' ? JSON.parse(this.$store.getters.userInfo).username : '',
|
||||
userName: this.$store.getters.userInfo !== '' ? JSON.parse(this.$store.getters.userInfo).person_name : '',
|
||||
menuList: []
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user