diff --git a/hb_client/src/App.vue b/hb_client/src/App.vue index e50cc4e..180a9bb 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 1ba9bc9..466f5b3 100644 --- a/hb_client/src/layout/components/Navbar.vue +++ b/hb_client/src/layout/components/Navbar.vue @@ -6,7 +6,7 @@
- diff --git a/hb_client/src/views/testModel/faceLogin.vue b/hb_client/src/views/testModel/faceLogin.vue index 360a18d..c88941e 100644 --- a/hb_client/src/views/testModel/faceLogin.vue +++ b/hb_client/src/views/testModel/faceLogin.vue @@ -12,9 +12,8 @@