src/pages/panoramicView/index/App.vue
@@ -15,7 +15,6 @@ <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"> @@ -31,9 +30,9 @@ <template v-if="actMenuIndex=='3'"> <relate-camera></relate-camera> </template> <template v-if="actMenuIndex=='4'"> <!-- <template v-if="actMenuIndex=='4'"> <relate-camera></relate-camera> </template> </template> --> </div> </div> </template>