mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-07-14 01:32:00 +08:00
update: router path
This commit is contained in:
@ -93,7 +93,8 @@ class _MyHomePageState extends State<AppPage>
|
||||
searchHistoryList.add(
|
||||
SearchHistory(name: targetName, targetRouter: widgetPoint.routerName));
|
||||
print("searchHistoryList1 ${searchHistoryList.toString()}");
|
||||
Application.router.navigateTo(context, widgetPoint.routerName,
|
||||
String targetRouter = widgetPoint.routerName;
|
||||
Application.router.navigateTo(context, targetRouter.toLowerCase(),
|
||||
transition: TransitionType.inFromRight);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user