ZZJ
2022-01-26 1e09a7a01a6c1888e1a2a832eb007fb8c2b653a0
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>