fix(overview): text display

This commit is contained in:
hamster1963
2024-12-03 23:51:24 +08:00
parent 8515674d72
commit 8010b69d79
6 changed files with 49 additions and 44 deletions

View File

@@ -62,7 +62,7 @@ export default defineConfig({
server: {
proxy: {
"/api/v1/ws/server": {
target: "ws://localhost:8080",
target: "ws://localhost:8008",
changeOrigin: true,
ws: true,
},