Reynold Liu

Results 2 issues of Reynold Liu

- Refer to socket.io offical api doc: https://socket.io/docs/v3/client-api/#new-managerurl-options

## Describe the bug ``` headerBackground: { // 使用图片的 URL,如果设置了图片 URL,则不会生成随机变化的图案,下面的 useGeo 将失效 // url: '/img/bg.jpg', // 使用随机变化的图案,如果设置为 false,且没有设置图片 URL,将显示为空白背景 useGeo: true, }, ``` - 这么配置,infoCard整个都不可见了 - header部分表现一样 ``` headerBackground:...