分享设备用户列表

This commit is contained in:
czz
2025-07-23 13:55:46 +08:00
parent e80011161c
commit 1356eb9e19
61 changed files with 648 additions and 568 deletions

View File

@@ -77,66 +77,6 @@ class _MessagePageState extends State<MessagePage> {
@override
Widget build(BuildContext context) {
// messageController.messageList.value = [
// {
// "_id": "6836c3ee4e626030c8000000",
// "type": "app_vsm",
// "data": {
// "title": "实时监测通知",
// "val": [
// {"k": "设备ID", "v": "48ca43b1b454"},
// {"k": "使用人员", "v": "bb"},
// {"k": "消息类型", "v": "呼吸异常"},
// {"k": "检测值", "v": '26'},
// {"k": "检测时间", "v": "2025-05-28 16:06:07"}
// ]
// },
// "level": 3,
// "tid": "67f5d96e26ef310463000000",
// "uid": "68319fe9702cc59bd1000000",
// "status": 0,
// "createTime": "1748419566651"
// },
// {
// "_id": "6836c3e84e625f30c8000000",
// "type": "app_vsm",
// "data": {
// "title": "实时监测通知",
// "val": [
// {"k": "设备ID", "v": "48ca43b1b454"},
// {"k": "使用人员", "v": "bb"},
// {"k": "消息类型", "v": "心率异常"},
// {"k": "检测值", "v": '115'},
// {"k": "检测时间", "v": "2025-05-28 16:06:00"}
// ]
// },
// "level": 3,
// "tid": "67f5d96e26ef310463000000",
// "uid": "68319fe9702cc59bd1000000",
// "status": 0,
// "createTime": "1748419560486"
// },
// {
// "_id": "6836bd0c4e625e30c8000000",
// "type": "app_vsm",
// "data": {
// "title": "实时监测通知",
// "val": [
// {"k": "设备ID", "v": "48ca43b1b454"},
// {"k": "使用人员", "v": "bb"},
// {"k": "消息类型", "v": "心率异常"},
// {"k": "检测值", "v": '107'},
// {"k": "检测时间", "v": "1748417761000"}
// ]
// },
// "level": 3,
// "tid": "67f5d96e26ef310463000000",
// "uid": "68319fe9702cc59bd1000000",
// "status": 0,
// "createTime": "1748417804381"
// }
// ];
SystemChrome.setSystemUIOverlayStyle(const SystemUiOverlayStyle(
statusBarColor: Colors.transparent,
statusBarIconBrightness: Brightness.light,
@@ -176,7 +116,7 @@ class _MessagePageState extends State<MessagePage> {
// 左侧图标
Positioned(
left: 0.rpx,
child: returnIconButtomNew,
child: returnIconButtomNew(),
),
],
),