feat:更新用户表单

This commit is contained in:
2026-07-05 20:41:06 +08:00
parent 780526ddf4
commit a5b3053920
4 changed files with 27 additions and 21 deletions

View File

@@ -11,6 +11,7 @@ import 'package:food_hub_app/views/login.dart';
import 'package:food_hub_app/views/moment.dart';
import 'package:food_hub_app/views/moment_form.dart';
import 'package:food_hub_app/views/moment_user.dart';
import 'package:food_hub_app/views/profile_form.dart';
import 'package:food_hub_app/views/profile_user.dart';
import 'package:food_hub_app/views/recipe_form.dart';
import 'package:food_hub_app/views/record_form.dart';
@@ -125,7 +126,8 @@ class MyApp extends StatelessWidget {
'/momentForm': (context) => MomentForm(),
'/moment': (context) => MomentPage(),
'/momentUser': (context) => MomentUserPage(),
'/ProfileUser': (context) => ProfileUserPage(),
'/profileUser': (context) => ProfileUserPage(),
'/profileForm': (context) => ProfileForm(),
},
);
}