From e285f391c74460d4a3e093e9d8f349c70b37bb6d Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期六, 25 三月 2023 16:55:16 +0800
Subject: [PATCH] 发布管理,模型挂附件功能修改,模型编辑功能修改,模型挂附件页面添加地下模式功能;官网一张图漫游效果修改,图层管理功能优化

---
 src/components/Screen/bottom.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/components/Screen/bottom.vue b/src/components/Screen/bottom.vue
index 3f9805e..0a1b2c1 100644
--- a/src/components/Screen/bottom.vue
+++ b/src/components/Screen/bottom.vue
@@ -208,8 +208,10 @@
   },
   computed: {
     currMenuList() {
+
       const menu = this.menuList.find(item => item.menuName == this.currMenu)
       const filterChildren = []
+
       const value = this.searchName
       menu.children.forEach(item => {
         if (item.name && item.name.includes(value)) {
@@ -281,7 +283,7 @@
       }
     },
     handleMenuClick(menu) {
-
+      debugger
       this.currMenu = menu.menuName
     },
     handlePopoverClick(child) {
@@ -407,7 +409,9 @@
     async getCountProjectTour() {
       const res = await countProjectTour()
       if (res.code === 200) {
+
         const menu = this.menuList.find(item => item.menuName == "宸ョ▼宸¤")
+
         menu.children = res.result.map(item => {
           return {
             name: item.projname,

--
Gitblit v1.9.3