heyujie
2021-08-20 3b9477e4179ac9fca90a1abeb2cf544155d832bc
src/pages/panoramicView/index/App.vue
@@ -15,6 +15,7 @@
        <el-menu-item index="1">位置标定</el-menu-item>
        <el-menu-item index="2" v-show="false">轨迹图</el-menu-item>
        <el-menu-item index="3">关联摄像机</el-menu-item>
        <el-menu-item index="4">视频分析</el-menu-item>
      </el-menu>
    </div>
    <div class="act-view">
@@ -30,6 +31,9 @@
      <template v-if="actMenuIndex=='3'">
        <relate-camera></relate-camera>
      </template>
      <template v-if="actMenuIndex=='4'">
        <relate-camera></relate-camera>
      </template>
    </div>
  </div>
</template>