This commit is contained in:
zhutao
2025-09-01 16:24:34 +08:00
parent b110d1439c
commit bdfd051a47
8 changed files with 284 additions and 241 deletions

View File

@@ -8,10 +8,7 @@ List<RouteType> serverRoutes = [
RouteType(
path: RoutePaths.myEdit,
child: (state) {
var extra = state.extra as dynamic;
return MyEditPage(
userProfile: extra,
);
return MyEditPage();
},
),