Merge branch 'develop' of https://e.coding.net/ctcdevteam/hberp/hberp into develop

This commit is contained in:
caoqianming 2021-11-02 16:29:20 +08:00
commit 01c3f6274a
1 changed files with 2 additions and 2 deletions

View File

@ -67,13 +67,13 @@ export default {
if (hasToken) { if (hasToken) {
this.$store.dispatch("user/getCount", {}); this.$store.dispatch("user/getCount", {});
} }
this.timer = window.setInterval(() => { /*this.timer = window.setInterval(() => {
setTimeout(() => { setTimeout(() => {
if (hasToken) { if (hasToken) {
this.$store.dispatch("user/getCount", {}); this.$store.dispatch("user/getCount", {});
} }
},0) },0)
},5000) },5000)*/
}, },
methods: { methods: {
handleClickOutside() { handleClickOutside() {