7f9e4819 by lihua

注释掉消息服务

1 parent 32b96cb8
...@@ -74,12 +74,12 @@ const handleShowMessage = () => { ...@@ -74,12 +74,12 @@ const handleShowMessage = () => {
74 </template> 74 </template>
75 </div> 75 </div>
76 </div> 76 </div>
77 <div class="message-setting" @click=handleShowMessage> 77 <!-- <div class="message-setting" @click=handleShowMessage>
78 <span v-show="noFinishCnt > 0" class="msg-cnt">{{ noFinishCnt > 99 ? '99+' : noFinishCnt }}</span> 78 <span v-show="noFinishCnt > 0" class="msg-cnt">{{ noFinishCnt > 99 ? '99+' : noFinishCnt }}</span>
79 <el-icon class="message-notify"> 79 <el-icon class="message-notify">
80 <svg-icon name="message" /> 80 <svg-icon name="message" />
81 </el-icon> 81 </el-icon>
82 </div> 82 </div> -->
83 <Tools /> 83 <Tools />
84 </div> 84 </div>
85 </header> 85 </header>
......
...@@ -314,7 +314,7 @@ const getMsgCnt = () => { ...@@ -314,7 +314,7 @@ const getMsgCnt = () => {
314 } 314 }
315 315
316 onMounted(() => { 316 onMounted(() => {
317 getMsgCnt(); 317 // getMsgCnt();
318 createServerConnect(); 318 createServerConnect();
319 }); 319 });
320 320
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!