From 87fe10126f2de958a4bf7c8cf363b64c5dd634c1 Mon Sep 17 00:00:00 2001
From: lld <15027638633@163.com>
Date: Wed, 25 Mar 2026 23:18:13 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8E=86=E5=8F=B2=E8=AE=B0=E5=BD=95=E6=9A=82?=
=?UTF-8?q?=E6=97=B6=E6=8F=90=E4=BA=A4=E6=9A=82=E6=97=B6=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/news/index.vue | 96 +++++++++++++++++++++++++++-----------------
1 file changed, 60 insertions(+), 36 deletions(-)
diff --git a/pages/news/index.vue b/pages/news/index.vue
index b360c04..b2dc43f 100644
--- a/pages/news/index.vue
+++ b/pages/news/index.vue
@@ -7,8 +7,12 @@
▶
- 清除未读
- |
+
+
+ 清除未读
+
+
+ |
通知设置
@@ -16,7 +20,7 @@
- ✕
+
系统通知未开启,报警消息无法通知
去开启
@@ -25,12 +29,18 @@
- 🗨️
+
+
+
消息订阅
成员收不到设备/应用消息?
- 🤖
+
+
+
AI识别
AI识别精准过滤无效报警
@@ -46,7 +56,8 @@
>
- {{ item.icon }}
+
@@ -76,28 +87,43 @@ export default {
return {
messageList: [
{
- icon: '🎬',
- iconBg: '#4285F4',
+ // video111 / camera_
+ imgUrl: 'https://img.xiaoces.com/photos/news/camera_.png', // 对应视频中心
title: '视频中心',
desc: '[画面变化] DS-2DE4423DW-D/GLT/XM(FW1167...',
time: '11:51',
- badge: true
+ badge: true,
+ width: '100rpx'
},
{
- icon: '🖥️',
- iconBg: '#4285F4',
+ // device imei1 device_status3
+ imgUrl: 'https://img.xiaoces.com/photos/news/device_status3.png', // 对应设备状态
+ // iconBg: '#4285F4',
title: '设备状态',
desc: '[设备在线] 十方',
time: '26/03/21',
- badge: true
+ badge: true,
+ width: '100rpx'
},
{
- icon: '🔔',
+ // notice_1 notice_2 notice_
+ imgUrl: 'https://img.xiaoces.com/photos/news/notice_.png', // 对应系统通知
iconBg: '#FFA726',
title: '系统通知',
desc: '没有新的消息',
time: '',
- badge: false
+ badge: false,
+ width: '40rpx'
+ },
+ {
+ // play1 play
+ imgUrl: 'https://img.xiaoces.com/photos/news/play1.png',
+ // iconBg: '#FFA726',
+ title: '活动中心',
+ desc: '没有新的消息',
+ time: '',
+ badge: false,
+ width: '100rpx'
}
]
}
@@ -135,7 +161,8 @@ export default {
\ No newline at end of file