This commit is contained in:
eric
2025-09-08 11:28:16 +08:00
parent b2cf706636
commit f2ba6a0833
2 changed files with 13 additions and 2 deletions

View File

@@ -41,11 +41,15 @@ export default defineConfig(({ command }) => {
proxy: {
// Zero3 后端 WebSocket如果你有 ws 接口)
"/api/command": {
target: "ws://live.local:8081",
target: "ws://192.168.31.103:8081",
// target: "ws://live.local:8081",
ws: true,
},
// Zero3 后端 HTTP
"/api": "http://live.local:8081",
"/api": "http://192.168.31.103:8081",
// "/api": "http://live.local:8081",
},
},
};