refactor: websocket connect

This commit is contained in:
hamster1963
2024-12-02 02:15:46 +08:00
parent 6344064977
commit a9186f1148
6 changed files with 83 additions and 32 deletions

View File

@@ -20,7 +20,6 @@ export default defineConfig({
"/api/v1/": {
target: "http://localhost:8008",
changeOrigin: true,
ws: true,
},
},
},