From ae2d855c89ca722ac7309fdf1aa6ceed370e3b95 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期一, 11 十月 2021 20:22:30 +0800
Subject: [PATCH] 监控ui

---
 src/pages/shuohuangMonitorAnalyze/index/App.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/pages/shuohuangMonitorAnalyze/index/App.vue b/src/pages/shuohuangMonitorAnalyze/index/App.vue
index 7275cfe..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 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 @@
       //閫氱煡褰撳墠娲诲姩椤祎able(濡傛灉鏈�) 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')

--
Gitblit v1.8.0