更新
This commit is contained in:
@@ -129,7 +129,9 @@ var mhroutes = {
|
||||
"/mhtWifiAfterPage": (contxt, {arguments}) =>
|
||||
MHTWifiAfterPage(deviceInfo: arguments),
|
||||
"/deleteAccount": (context, {arguments}) => DeletedAccountPage(),
|
||||
"/auth_bind_tel": (context) => BindTelWidget(),
|
||||
"/auth_bind_tel": (context, {arguments}) => BindTelWidget(
|
||||
img: arguments,
|
||||
),
|
||||
};
|
||||
var mhonGenerateRoute = (RouteSettings settings) {
|
||||
final String? name = settings.name; // 获取路由名称,如 /news 或 /search
|
||||
|
||||
Reference in New Issue
Block a user