mod: 修改liveRoom路由参数

This commit is contained in:
guozhigq
2023-07-15 11:07:12 +08:00
parent ab203e121c
commit cd4d4b0ef4
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ class HistoryItem extends StatelessWidget {
'cover': videoItem.cover,
});
Get.toNamed(
'/liveRoom?roomId=${videoItem.history.oid}',
'/liveRoom?roomid=${videoItem.history.oid}',
arguments: {'liveItem': liveItem},
);
} else {