From 4692aca991b499f09dcd9fc44804795321961576 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 28 七月 2023 15:56:35 +0800
Subject: [PATCH] 1.角色权限demo
---
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 88cc92e..620839c 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -239,7 +239,7 @@
this.stu_torgname = getCookie('stu_torgname') === '' ? '绯荤粺绠$悊鍛�' : getCookie('stu_torgname')
},
mounted() {
- this.getHubConnectionBuilder()
+ // this.getHubConnectionBuilder()
},
computed: {
...mapGetters([
--
Gitblit v1.9.3