+
+
+
+
+
+
+
+
+
+ 连接
+ 断开
+
+
+
+
+
+ 发送
+
+
+
+
+
+
+
+
+
+
--
Gitee
From 9150b883341ff29fa91b3d1ea55c7fe3c16d9732 Mon Sep 17 00:00:00 2001
From: thiszhc <2029364173@qq.com>
Date: Wed, 18 Oct 2023 10:53:05 +0800
Subject: [PATCH 3/6] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=9D=E5=A7=8B?=
=?UTF-8?q?=E5=8C=96=E9=93=BE=E6=8E=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/layout/components/Navbar.vue | 2 ++
src/views/tool/webSocket/index.vue | 4 ----
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index 03fcedb7..eafaaff8 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -98,12 +98,14 @@ import { ComponentInternalInstance } from "vue";
import { TenantVO } from "@/api/types";
import notice from './notice/index.vue';
import useNoticeStore from '@/store/modules/notice';
+import { getToken } from '@/utils/auth';
const appStore = useAppStore();
const userStore = useUserStore();
const settingsStore = useSettingsStore();
const noticeStore = storeToRefs(useNoticeStore());
const newNotice = ref(