Vanessa 2024-09-05 17:00:47 +08:00
parent 40fff5ea78
commit 4f04ae98dd

View file

@ -11,7 +11,7 @@ export const openByMobile = (uri: string) => {
new URL(uri);
window.location.href = uri;
} catch (e) {
window.location.href = 'http://' + uri;
window.location.href = "http://" + uri;
}
} else if (isInAndroid()) {
window.JSAndroid.openExternal(uri);