From 04dd11da163a8e63b9553572a3292550655a5692 Mon Sep 17 00:00:00 2001 From: linfso Date: Tue, 8 Oct 2024 08:19:54 +0800 Subject: [PATCH] md --- .../components/TopNotice/index copy.vue | 317 ------------------ src/layout/components/TopNotice/index.vue | 13 +- 2 files changed, 8 insertions(+), 322 deletions(-) delete mode 100644 src/layout/components/TopNotice/index copy.vue diff --git a/src/layout/components/TopNotice/index copy.vue b/src/layout/components/TopNotice/index copy.vue deleted file mode 100644 index edfd286d..00000000 --- a/src/layout/components/TopNotice/index copy.vue +++ /dev/null @@ -1,317 +0,0 @@ - - - - - - diff --git a/src/layout/components/TopNotice/index.vue b/src/layout/components/TopNotice/index.vue index 5aa5f3d5..c3c4501b 100644 --- a/src/layout/components/TopNotice/index.vue +++ b/src/layout/components/TopNotice/index.vue @@ -8,7 +8,7 @@ popper-class="xd-notice-pop">
- +
@@ -30,11 +30,11 @@
-
+ @@ -51,11 +51,11 @@
-
+ @@ -89,6 +89,9 @@ export default { // 所有消息数量 allNum() { return this.noticeList.length; + }, + newNotice(){ + return 0; } }, mounted() {