7f9e4819 by lihua

注释掉消息服务

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