网页之间打电话用webrtc

This commit is contained in:
2025-12-16 09:16:51 +08:00
parent b8ce478ad2
commit 46a4bf26cf
8 changed files with 437 additions and 78 deletions

View File

@@ -25,7 +25,8 @@ export default defineConfig({
changeOrigin: true,
},
'/upload': {
target: 'http://localhost:12080',
// target: 'http://localhost:12080',
target: 'https://g-ws.nailaoyun.cn',
ws: true,
changeOrigin: true,
},