|
|
@@ -45,6 +45,12 @@ class RouterUtil { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// webView |
|
|
|
if (skipModel?.skipIdentifier == 'pub.flutter.url') { |
|
|
|
this.openWebview(skipModel?.url, context); |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
Widget page = EmptyPage(); |
|
|
|
if (PageFactory.hasRegisted(skipModel.skipIdentifier)) { |
|
|
|
page = PageFactory.create(skipModel.skipIdentifier, data); |
|
|
|