Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
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
fe069f9a
authored
2023-11-09 16:29:38 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:系统通知
1 parent
483569e6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
src/components/NoticeBar/index.vue
src/components/NoticeBar/index.vue
View file @
fe069f9
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
07-25 16:10:08
* @LastEditTime: 2023-
11-09 16:29:13
-->
<
template
>
<transition
name=
"fade"
>
...
...
@@ -41,6 +41,9 @@
secondAnimationTime
:
''
,
// 状态二动画效果
};
},
mounted
()
{
this
.
getData
();
},
watch
:
{
noticeList
:
{
handler
(
newName
,
oldName
)
{
...
...
Please
register
or
sign in
to post a comment