From 9320341d835e0c4e4632d8682bddf3444c841457 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期四, 08 七月 2021 15:53:41 +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