mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-15 13:33:43 +08:00
add log
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user