feat:更新用户表单
This commit is contained in:
@@ -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(),
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user