| | |
| | | } from "vue"; |
| | | import menuData from "@/assets/js/Map/menuData.js"; |
| | | import menuTool from "@/assets/js/Map/menuTool.js"; |
| | | import store from "@/store"; |
| | | const menuFlag = ref(null); |
| | | const menuOptions = ref([]); |
| | | const checkFlag = ref(null); |
| | |
| | | menuTool.topTools(res); |
| | | } |
| | | }; |
| | | |
| | | onMounted(() => { |
| | | menuOptions.value = menuData.topMenu; |
| | | }); |
| | |
| | | |
| | | <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; |
| | | .menu_Box { |
| | | margin-right: 104px; |
| | | margin-right: 50px; |
| | | display: flex; |
| | | .imgIcon { |
| | | width: 30px; |