From 7d62c31ceb82ef8a3d3283f2d4c37af033347cad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=B0=8F=E8=AF=BA?= <1253070437@qq.com>
Date: Wed, 19 Jul 2023 21:01:54 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91=E6=9B=B4?=
=?UTF-8?q?=E6=96=B0=E6=B6=88=E6=81=AF=E9=80=9A=E7=9F=A5=E5=8A=9F=E8=83=BD?=
=?UTF-8?q?=E7=BB=86=E8=8A=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
snowy-admin-web/src/api/sys/indexApi.js | 2 +-
.../src/layout/components/message.vue | 142 +++++++++---------
.../views/sys/user/userTab/userMessage.vue | 2 +-
.../sys/user/userTab/userMessage/detail.vue | 4 +-
.../index/controller/SysIndexController.java | 2 +-
5 files changed, 73 insertions(+), 79 deletions(-)
diff --git a/snowy-admin-web/src/api/sys/indexApi.js b/snowy-admin-web/src/api/sys/indexApi.js
index 7b8de118..23ac6998 100644
--- a/snowy-admin-web/src/api/sys/indexApi.js
+++ b/snowy-admin-web/src/api/sys/indexApi.js
@@ -40,7 +40,7 @@ export default {
},
//站内信全部标记已读
indexMessageAllMarkRead(data) {
- return request('message/allMessageMarkRead', data, 'get')
+ return request('message/allMessageMarkRead', data)
},
// 获取当前用户访问日志列表
indexVisLogList(data) {
diff --git a/snowy-admin-web/src/layout/components/message.vue b/snowy-admin-web/src/layout/components/message.vue
index 97f1bc57..e7680573 100644
--- a/snowy-admin-web/src/layout/components/message.vue
+++ b/snowy-admin-web/src/layout/components/message.vue
@@ -3,7 +3,7 @@
-
+
@@ -15,58 +15,59 @@
-
+
+ 全部设为已读
消息中心
- 全部设为已读
-
-
-
-
- {{ formData.subject }}
-
-
- {{ formData.createTime }}
-
-
- {{ formData.content }}
-
-
-
-
-
- 已读
- 未读
+
+
+
+ {{ formData.subject }}
+
+
+ {{ formData.createTime }}
+
+
+ {{ formData.content }}
+
+
+
+
+
+ 已读
+ 未读
+
-
-
-
-
-
+
+
+
+
+
diff --git a/snowy-admin-web/src/views/sys/user/userTab/userMessage.vue b/snowy-admin-web/src/views/sys/user/userTab/userMessage.vue
index 97483864..5f9b4e5f 100644
--- a/snowy-admin-web/src/views/sys/user/userTab/userMessage.vue
+++ b/snowy-admin-web/src/views/sys/user/userTab/userMessage.vue
@@ -29,8 +29,8 @@
+
-