From bd8e137c269dfbb58f0d6bf1d5150d8d841d600d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=B2=E4=B9=88=E4=BA=86?= Date: Mon, 9 Oct 2023 16:12:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8D=E9=A6=88=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/api/message.js | 6 +- components/Cn-device-card/Cn-device-card.vue | 2 +- pages.json | 76 ++++++++++++++++++- pages/device/APF/comp/basic.vue | 3 +- pages/device/APF/detail.vue | 4 - pages/device/edit.vue | 4 +- pages/device/new.vue | 3 + pages/index/comp/indexZhuYongHu.vue | 2 +- pages/index/mine.vue | 4 +- pages/message/report.vue | 17 +++++ pages/message/reportDetail.vue | 4 +- pages/message/run.vue | 17 +++++ pages/message/runDetail.vue | 4 +- pages/message/steady.vue | 17 +++++ pages/message/steadyDetail.vue | 4 +- pages/message/transient.vue | 21 ++++- pages/message/transientDetail.vue | 4 +- static/logo_2.png | Bin 25237 -> 191369 bytes static/logo_216的副本.png | Bin 0 -> 13251 bytes static/logo_216的副本2.png | Bin 0 -> 13251 bytes 20 files changed, 167 insertions(+), 25 deletions(-) create mode 100644 static/logo_216的副本.png create mode 100644 static/logo_216的副本2.png diff --git a/common/api/message.js b/common/api/message.js index ea068bb..53c7c3f 100644 --- a/common/api/message.js +++ b/common/api/message.js @@ -5,15 +5,13 @@ import config from '../js/config'; * 已读暂态 * @returns {*} */ -export function updateStatus(eventIds) { +export function updateStatus(params) { return request({ url: '/cs-harmonic-boot/eventUser/updateStatus', method: 'post', header: { 'Content-Type': 'application/json', }, - data: { - eventIds - }, + data: params, }) } diff --git a/components/Cn-device-card/Cn-device-card.vue b/components/Cn-device-card/Cn-device-card.vue index 6a22014..e095441 100644 --- a/components/Cn-device-card/Cn-device-card.vue +++ b/components/Cn-device-card/Cn-device-card.vue @@ -2,7 +2,7 @@