mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-27 13:46:37 +08:00
add log
This commit is contained in:
parent
32c02da879
commit
d96220cb9d
@ -290,10 +290,14 @@ export function Home() {
|
|||||||
|
|
||||||
window.ReactNativeWebView.postMessage(message);
|
window.ReactNativeWebView.postMessage(message);
|
||||||
} catch {
|
} catch {
|
||||||
|
window.ReactNativeWebView.postMessage("err 失败");
|
||||||
|
|
||||||
console.log("window.ReactNativeWebView Err");
|
console.log("window.ReactNativeWebView Err");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch {}
|
} catch {
|
||||||
|
window.ReactNativeWebView.postMessage("try catch 失败");
|
||||||
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user