1
This commit is contained in:
@@ -14,7 +14,10 @@ List<RouterConfig> studentRoutes = [
|
||||
RouterConfig(
|
||||
path: RoutePaths.sRoom,
|
||||
child: (state) {
|
||||
return SRoomPage();
|
||||
final extra = state.extra as dynamic;
|
||||
return SRoomPage(
|
||||
roomInfo: extra,
|
||||
);
|
||||
},
|
||||
),
|
||||
];
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user