haxpor opened this issue 7 years ago · 2 comments
I encountered this problem after exporting the project, and run on 微信开发者工具 v1.02.1801081
v1.02.1801081
It's a bug about the Wechat Dev Tool. You can modify the socket.io to workaround.
var global = ... return this; ... // change to var global = ... return window; ...
Thank you! It works now.