From a1daf44643cc0708dfd0256e60a48cf875f4471d Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 25 Oct 2021 15:17:41 +0800 Subject: [PATCH] refresh --- hb_client/src/App.vue | 2 +- hb_client/src/layout/components/Navbar.vue | 2 +- .../src/layout/components/TagsView/index.vue | 31 +++++++++---------- hb_client/src/router/index.js | 12 ++++++- hb_client/src/views/dashboard/index.vue | 2 +- hb_client/src/views/redirect/index.vue | 12 +++++++ hb_client/src/views/testModel/faceLogin.vue | 18 ++++------- hb_client/src/views/testModel/markImage.vue | 20 +++++++++--- hb_client/src/views/workflow/state.vue | 10 ++++-- hb_client/src/views/workflow/ticket.vue | 2 +- 10 files changed, 72 insertions(+), 39 deletions(-) create mode 100644 hb_client/src/views/redirect/index.vue 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 @@