surprise
2024-01-10 8f85627f215bd0ee61db7a35ca9a83eaca1e892c
src/components/index.vue
@@ -60,6 +60,7 @@
    <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>
@@ -85,6 +86,7 @@
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: {
@@ -107,7 +109,8 @@
    meuGrid,
    batchGridMenu,
    mapVideo,
    BatchGridMenu
    BatchGridMenu,
    mapIfeam
  },
  data() {
    return {