From 7e6b37afd1295c71bca1de595426330aff88420d Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期一, 08 一月 2024 09:55:53 +0800 Subject: [PATCH] 代码提交 --- src/components/menu/menulist.vue | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/src/components/menu/menulist.vue b/src/components/menu/menulist.vue index dd349c2..cb0a19f 100644 --- a/src/components/menu/menulist.vue +++ b/src/components/menu/menulist.vue @@ -40,7 +40,14 @@ /> <span>妯″瀷</span> </div> - + <div class="menubtn" @click="setGridQuery()"> + <img class="bhImg" title="鏍肩綉" src="@/assets/img/right/cx-s.png" /> + <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 +252,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 +306,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