预见测代码

This commit is contained in:
2024-12-23 21:02:00 +08:00
parent f17f5c9925
commit 24f12a3590
4 changed files with 232 additions and 78 deletions

View File

@@ -62,7 +62,7 @@ export default class SocketService {
if (message?.type && this.callBackMapping[message.type]) {
this.callBackMapping[message.type](message);
} else {
console.log("抛弃")
console.log("抛弃====>"+message)
/* 丢弃或继续写你的逻辑 */
}
};