赞
踩
很经典的一个跨域问题
在服务端改成socketio = SocketIO(app, cors_allowed_origins="*")就可以了
socketio = SocketIO(app, cors_allowed_origins="*")