需求修改
This commit is contained in:
@@ -33,7 +33,8 @@
|
||||
data() {
|
||||
return {
|
||||
intervalId: null,
|
||||
interTime: this.$store.getters.setTime,
|
||||
// interTime: this.$store.getters.setTime,
|
||||
interTime: 60000,
|
||||
userName: this.$store.getters.userInfo !== '' ? JSON.parse(this.$store.getters.userInfo).person_name : '',
|
||||
menuList: []
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user