mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: 修改liveRoom路由参数
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user