oak-frontend-base/es/utils/socket.io/socket.io.mp.js

7 lines
196 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 这里要处理小程序环境下的socketIO待定
// @ts-ignore
import { io } from './weapp.socket.io.wx';
import { Socket } from "socket.io-client";
export default io;
export { Socket, };