mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-27 05:36:39 +08:00
add log
This commit is contained in:
parent
32c02da879
commit
d96220cb9d
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user