月球大数据地理空间分析展示平台-【前端】-月球2期前端
Surpriseplus
2023-09-08 be73e1692ebe367d45a0d6459402a5a3ac7edf81
src/views/Index.vue
@@ -1,5 +1,9 @@
<template>
  <div class="body_box">
  <div
    class="body_box"
    v-loading="store.state.loading"
    element-loading-background="rgba(0, 0, 0, 0.8)"
  >
    <export-map
      v-if="layerExportshow"
      @SETexportMap="SETexportMap"
@@ -12,7 +16,10 @@
      v-if="layerSpatialshow"
      @SETspatialClose="SETspatialClose"
    ></spatial-box>
    <coord-location v-if="layerLocationshow" @SETcoordClose="setCoordLocation">
    <coord-location
      v-if="layerLocationshow"
      @SETcoordClose="setCoordLocation"
    >
    </coord-location>
    <details-query v-if="store.state.details.showDetails"> </details-query>
    <div v-if="store.state.isShowMap">