From 8db20b3f0f7bb9ef19a5e3c61b093617086cf362 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 20 Oct 2021 15:50:34 +0800 Subject: [PATCH] 1020 --- hb_client/src/App.vue | 2 +- hb_client/src/layout/components/Navbar.vue | 12 ++++--- hb_client/src/layout/index.vue | 33 +++++++++++++++++-- hb_client/src/store/modules/user.js | 4 +-- hb_client/src/views/dashboard/index.vue | 12 ++++--- hb_client/src/views/workflow/ticket.vue | 17 ++++++---- hb_client/src/views/workflow/ticketHandle.vue | 3 ++ 7 files changed, 63 insertions(+), 20 deletions(-) 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 @@