feat: server page

This commit is contained in:
hamster1963
2024-11-23 19:28:55 +08:00
parent d1558b71c4
commit 963b6a54a6
21 changed files with 784 additions and 96 deletions

View File

@@ -12,8 +12,8 @@ export default defineConfig({
},
server: {
proxy: {
'/api/v1/ws': {
target: 'http://localhost:8008',
'/api/v1/ws/server': {
target: 'ws://localhost:8080',
changeOrigin: true,
ws: true,
},