From 1fbbb592d4646f86e8a272b13c16ca54abc08414 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期四, 08 七月 2021 10:30:12 +0800 Subject: [PATCH] 应用中心详情按钮错误 --- src/pages/shuohuangMonitorAnalyze/index/App.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/index/App.vue b/src/pages/shuohuangMonitorAnalyze/index/App.vue index ca74772..0989569 100644 --- a/src/pages/shuohuangMonitorAnalyze/index/App.vue +++ b/src/pages/shuohuangMonitorAnalyze/index/App.vue @@ -12,8 +12,7 @@ </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> @@ -71,7 +70,7 @@ }, 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' -- Gitblit v1.8.0