预见测代码
This commit is contained in:
@@ -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)
|
||||
/* 丢弃或继续写你的逻辑 */
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user