From 4ff2e4b83f2169661bee7ae099da67212ecbd186 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期一, 04 九月 2023 15:44:11 +0800
Subject: [PATCH] 添加用户显示,退出按钮;修改顶部菜单,投影管理页面

---
 src/components/topBtn.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/components/topBtn.vue b/src/components/topBtn.vue
index cd267ab..6676c4e 100644
--- a/src/components/topBtn.vue
+++ b/src/components/topBtn.vue
@@ -101,7 +101,7 @@
   } else {
     if (res.level == 1) {
       checkFlag.value = null;
-
+      // console.log(res);
       if (res.name == "娓呴櫎") {
         menuTool.clearALL(checkArr);
       }
@@ -121,9 +121,9 @@
 
 <style lang="less" scoped>
 .top_btn {
-  position: absolute;
-  top: 23px;
-  right: 0px;
+  // position: absolute;
+  // top: 23px;
+  // right: 0px;
   display: flex;
   cursor: pointer;
   z-index: 30;

--
Gitblit v1.9.3