From 3740ee45d8d314cb9157a03729777f837f8899b5 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@iotlink.com> Date: 星期三, 07 七月 2021 17:53:21 +0800 Subject: [PATCH] merge master --- src/pages/shuohuangMonitorAnalyze/index/App.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/index/App.vue b/src/pages/shuohuangMonitorAnalyze/index/App.vue index 7275cfe..ca74772 100644 --- a/src/pages/shuohuangMonitorAnalyze/index/App.vue +++ b/src/pages/shuohuangMonitorAnalyze/index/App.vue @@ -12,7 +12,7 @@ </div> <div class="container"> <!-- 棣栭〉 --> - <guideIndex v-show="actPage=='guideIndex'"></guideIndex> + <GuideIndex ref="GuideIndex" v-show="actPage=='guideIndex'"></GuideIndex> <searchForVideoAnalyze v-if="actPage=='searchForVideoAnalyze'"></searchForVideoAnalyze> <memberManage v-if="actPage=='memberManage'"></memberManage> @@ -70,6 +70,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