fix: 链接兜底

This commit is contained in:
guozhigq
2024-09-29 01:12:43 +08:00
parent bd37541311
commit d3be42e76f

View File

@ -95,6 +95,6 @@ class WebviewController extends GetxController {
}, },
), ),
) )
..loadRequest(Uri.parse(url)); ..loadRequest(Uri.parse(url.startsWith('http') ? url : 'https://$url'));
} }
} }