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