Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
7f9e4819
authored
2025-12-17 11:51:32 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
注释掉消息服务
1 parent
32b96cb8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/layouts/components/Header/index.vue
src/layouts/index.vue
src/layouts/components/Header/index.vue
View file @
7f9e481
...
...
@@ -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>
...
...
src/layouts/index.vue
View file @
7f9e481
...
...
@@ -314,7 +314,7 @@ const getMsgCnt = () => {
}
onMounted
(()
=>
{
getMsgCnt
();
//
getMsgCnt();
createServerConnect
();
});
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment