ZZJ
2021-10-13 878ce80ef3ca88a2c108fbc713cd6ea461c44de1
src/pages/panoramicView/index/App.vue
@@ -13,7 +13,7 @@
      >
        <el-menu-item index="0">历史记录查询</el-menu-item>
        <el-menu-item index="1">位置标定</el-menu-item>
        <el-menu-item index="2">轨迹图</el-menu-item>
        <el-menu-item index="2" v-show="false">轨迹图</el-menu-item>
        <el-menu-item index="3">关联摄像机</el-menu-item>
      </el-menu>
    </div>
@@ -30,6 +30,9 @@
      <template v-if="actMenuIndex=='3'">
        <relate-camera></relate-camera>
      </template>
      <!-- <template v-if="actMenuIndex=='4'">
        <relate-camera></relate-camera>
      </template> -->
    </div>
  </div>
</template>