| | |
| | | </div> |
| | | <div class="container"> |
| | | <!-- 首页 --> |
| | | <GuideIndex ref="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> |
| | |
| | | }, |
| | | menuChange(path) { |
| | | if (path=='guideIndex') { |
| | | this.$refs.GuideIndex.refreshShoubiNum() |
| | | // this.$refs.GuideIndex.refreshShoubiNum() |
| | | } |
| | | if (path == 'taskscreen') { |
| | | //window.location.href = window.location.href+'taskscreen/index.html' |