From b3f6cd3bba89f8dd64a3024fce4ec600441bcd9e Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 05 九月 2023 17:30:34 +0800
Subject: [PATCH] 1.存货档案90%

---
 src/layout/components/Navbar.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index 8c36bd9..3b02761 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -265,11 +265,11 @@
   ],
   created() {
     // this.$signalr.start()
+    // Vue.prototype.$ButtonData = JSON.parse(localStorage.getItem('ButtonData'))
   },
   mounted() {
     // this.getHubConnectionBuilder()
 
-    Vue.prototype.$ButtonData = JSON.parse(localStorage.getItem('ButtonData'))
   },
   computed: {
     ...mapGetters([

--
Gitblit v1.9.3