|
@@ -43,8 +43,8 @@ class RouterUtil { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// webView |
|
|
|
|
|
if (skipModel?.skipIdentifier == 'pub.flutter.url') { |
|
|
|
|
|
|
|
|
// TODO webView 临时代码,IOS添加原生WebView需要改动这里 |
|
|
|
|
|
if (skipModel?.skipIdentifier == 'pub.flutter.url' && Platform.isAndroid) { |
|
|
RouterUtil.openWebview(skipModel?.url, context); |
|
|
RouterUtil.openWebview(skipModel?.url, context); |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|