Commit 3f97df51 authored by 李增强's avatar 李增强

m

parent a02c9808
......@@ -190,11 +190,11 @@ class BoostContainerState extends NavigatorState {
if (routerHistory.isEmpty) {
var c = FlutterBoost.containerManager.onstageSettings;
pop(result);
if(c != null && c.name == '/'){
FlutterBoost.singleton.channel.sendEvent("go_moble_home",null);
return false;
}
pop(result);
return true;
}
......
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