微调
This commit is contained in:
@@ -980,7 +980,7 @@ const handleTest = async (val: string) => {
|
||||
const data = reactive({
|
||||
socketServe: socketClient.Instance,
|
||||
});
|
||||
const url = 'ws://192.168.1.127:7777/hello?name=cdf';
|
||||
const url = 'ws://localhost:7777/hello?name=cdf';
|
||||
socketClient.Instance.connect(url);
|
||||
data.socketServe = socketClient.Instance;
|
||||
data.socketServe.registerCallBack('aaa', (res: { code: number; }) => {
|
||||
|
||||
Reference in New Issue
Block a user