mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-28 06:06:38 +08:00
add log
This commit is contained in:
parent
7107d45d73
commit
d60a8e8bec
@ -278,6 +278,8 @@ export function Home() {
|
||||
const handleMessage = (event: any) => {
|
||||
const data = event.data;
|
||||
|
||||
console.log(event, "event--");
|
||||
|
||||
if (isString(data)) {
|
||||
try {
|
||||
const params = JSON.parse(data);
|
||||
|
Loading…
Reference in New Issue
Block a user