| | |
| | | <meu-grid v-if="$store.state.isshowGrid"></meu-grid> |
| | | <batch-grid-menu v-if="$store.state.isshowBatchGrid"></batch-grid-menu> |
| | | <map-video v-if="$store.state.isShowVideo"></map-video> |
| | | <map-ifeam v-if="$store.state.isShowMenuCount"></map-ifeam> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | import batchGridMenu from "@/components/left/layerTree/batchGridMenu.vue"; |
| | | import mapVideo from "@/components//left/layerTree/mapVideo.vue"; |
| | | import BatchGridMenu from './left/layerTree/batchGridMenu.vue'; |
| | | import mapIfeam from "./left/layerTree/mapIfeam.vue"; |
| | | export default { |
| | | name: "index", |
| | | components: { |
| | |
| | | meuGrid, |
| | | batchGridMenu, |
| | | mapVideo, |
| | | BatchGridMenu |
| | | BatchGridMenu, |
| | | mapIfeam |
| | | }, |
| | | data() { |
| | | return { |