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">
-
+
@@ -51,11 +51,11 @@
-
+
@@ -89,6 +89,9 @@ export default {
// 所有消息数量
allNum() {
return this.noticeList.length;
+ },
+ newNotice(){
+ return 0;
}
},
mounted() {