update 关闭connect0

This commit is contained in:
DESKTOP-FUDKNA8\znjsz 2024-01-18 09:09:13 +08:00
parent e4637944bb
commit 2ae9080ab3

View File

@ -1,7 +1,7 @@
import Client from "./ws";
export default function useWebsocket(store, path) {
connect0(store);
// connect0(store);
connectPath(store, path);
}