diff --git a/src/layouts/components/Header/components/Message.vue b/src/layouts/components/Header/components/Message.vue
index 541d568..36afeeb 100644
--- a/src/layouts/components/Header/components/Message.vue
+++ b/src/layouts/components/Header/components/Message.vue
@@ -118,7 +118,7 @@ const destroyConnection = () => {
}
};
onMounted(() => {
- createMqttConnect();
+ // createMqttConnect();
});
onBeforeUnmount(() => {
destroyConnection();
diff --git a/src/views/enterprise/notice/myReceive/index.scss b/src/views/enterprise/notice/myReceive/index.scss
index 0fb6677..63bdee4 100644
--- a/src/views/enterprise/notice/myReceive/index.scss
+++ b/src/views/enterprise/notice/myReceive/index.scss
@@ -4,7 +4,17 @@
.el-table :deep(.el-table__header th) {
height: 36px;
}
-
+.el-table {
+ .table-empty {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 150px;
+ flex: 1;
+ flex-direction: column;
+ color: #999;
+ }
+}
.list {
margin: 18px 0 32px 0;
}
diff --git a/src/views/enterprise/notice/myReceive/index.vue b/src/views/enterprise/notice/myReceive/index.vue
index 847c113..a8712ac 100644
--- a/src/views/enterprise/notice/myReceive/index.vue
+++ b/src/views/enterprise/notice/myReceive/index.vue
@@ -34,7 +34,7 @@
+
+
+