diff --git a/hb_client/src/App.vue b/hb_client/src/App.vue index a1084ae..e50cc4e 100644 --- a/hb_client/src/App.vue +++ b/hb_client/src/App.vue @@ -19,7 +19,7 @@ export default { } }, mounted(){ - this.$store.dispatch("user/getCount", {}) + // this.$store.dispatch("user/getCount", {}) this.timer = window.setInterval(() => { setTimeout(() => { this.$store.dispatch("user/getCount", {}) diff --git a/hb_client/src/layout/components/Navbar.vue b/hb_client/src/layout/components/Navbar.vue index 55113ad..1ba9bc9 100644 --- a/hb_client/src/layout/components/Navbar.vue +++ b/hb_client/src/layout/components/Navbar.vue @@ -6,8 +6,8 @@