Merge branch 'develop' of https://e.coding.net/ctcdevteam/hberp/hberp into develop
This commit is contained in:
commit
01c3f6274a
|
@ -67,13 +67,13 @@ export default {
|
|||
if (hasToken) {
|
||||
this.$store.dispatch("user/getCount", {});
|
||||
}
|
||||
this.timer = window.setInterval(() => {
|
||||
/*this.timer = window.setInterval(() => {
|
||||
setTimeout(() => {
|
||||
if (hasToken) {
|
||||
this.$store.dispatch("user/getCount", {});
|
||||
}
|
||||
},0)
|
||||
},5000)
|
||||
},5000)*/
|
||||
},
|
||||
methods: {
|
||||
handleClickOutside() {
|
||||
|
|
Loading…
Reference in New Issue