mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 05:53:42 +08:00
add log
This commit is contained in:
@@ -290,10 +290,14 @@ export function Home() {
|
||||
|
||||
window.ReactNativeWebView.postMessage(message);
|
||||
} catch {
|
||||
window.ReactNativeWebView.postMessage("err 失败");
|
||||
|
||||
console.log("window.ReactNativeWebView Err");
|
||||
}
|
||||
}
|
||||
} catch {}
|
||||
} catch {
|
||||
window.ReactNativeWebView.postMessage("try catch 失败");
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user