From 01ea7ee08e9cc2a3da2b96cffab30c981e33e920 Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期一, 08 一月 2024 13:59:53 +0800 Subject: [PATCH] 代码提交 --- src/components/menu/menulist.vue | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/components/menu/menulist.vue b/src/components/menu/menulist.vue index dd349c2..9b58d12 100644 --- a/src/components/menu/menulist.vue +++ b/src/components/menu/menulist.vue @@ -41,6 +41,10 @@ <span>妯″瀷</span> </div> + <div class="menubtn" @click="setMenuQuery()"> + <img class="bhImg" title="鏌ヨ" src="@/assets/img/right/cx-s.png" /> + <span>鏌ヨ</span> + </div> <div class="menubtn" @click="setMenuTool(5)"> <img class="bhImg" title="鍒嗘瀽" src="@/assets/img/right/cx-s.png" /> <span>鍒嗘瀽</span> @@ -245,6 +249,7 @@ import zt from "@/assets/img/left/specialanalyse4.png"; import fx from "@/assets/img/right/cx-s.png"; import tx from "@/assets/img/left/leftnav2.png"; +import menuGrid from '@/assets/js/Layer/menuGrid' export default { name: "menulist", components: { @@ -298,6 +303,12 @@ showSceneCard(){ this.$store.commit("showSceneBox", ""); }, + setMenuQuery(){ + this.$store.commit("setMenuQuery",true) + }, + setGridQuery(){ + menuGrid.init(); + }, closeAllHighLight(type) { // !(type == "plotting") && this.$refs.plotting.clearHighLight(); // !(type == "roam") && this.$refs.roam.clearActive(); -- Gitblit v1.9.3