heyujie
2021-10-11 ae2d855c89ca722ac7309fdf1aa6ceed370e3b95
src/pages/shuohuangMonitorAnalyze/index/App.vue
@@ -12,8 +12,7 @@
      </div>
      <div class="container">
        <!-- 首页 -->
        <guideIndex v-show="actPage=='guideIndex'"></guideIndex>
        <GuideIndex ref="GuideIndex" v-if="actPage=='guideIndex'"></GuideIndex>
        <searchForVideoAnalyze v-if="actPage=='searchForVideoAnalyze'"></searchForVideoAnalyze>
        <memberManage v-if="actPage=='memberManage'"></memberManage>
        <taskManage v-if="actPage=='taskManage'"></taskManage>
@@ -70,6 +69,9 @@
      //通知当前活动页table(如果有) doLayout
    },
    menuChange(path) {
      if (path=='guideIndex') {
        // this.$refs.GuideIndex.refreshShoubiNum()
      }
      if (path == 'taskscreen') {
        //window.location.href = window.location.href+'taskscreen/index.html'
        window.open(window.location.href + 'taskscreen/index.html', '_blank')