调整优先级

This commit is contained in:
caozehui
2025-01-10 10:47:08 +08:00
parent ead1feb379
commit 5ebb8549bf
3 changed files with 10 additions and 9 deletions

View File

@@ -931,7 +931,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; }) => {