Commit c209a100 authored by laishanqi's avatar laishanqi

登陆请求跳转

parent bb0767b2
......@@ -38,6 +38,7 @@ class MyApp extends StatelessWidget {
"register": (context) => RegisterPage(),
"login": (context) => LoginPage(),
"listPage":(context) => List_Page(),
"loginRequest":(context) => LoginRequestPage(),
"main": (context) => mainPage(),
},
),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment