项目+聊天基本功能

This commit is contained in:
2025-10-13 17:28:26 +08:00
parent 121a13fc56
commit 89a3c1cda7
14 changed files with 1285 additions and 55 deletions

View File

@@ -32,10 +32,21 @@ export default defineConfig({
rewrite: (path) => path.replace(/^\/mid/, '')
},
'/program': {
target: 'http://192.168.0.12:3005/term',
// target: 'http://192.168.0.12:3005/term',
target: 'http://192.168.0.15:3006',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/program/, '')
},
'/group': {
target: 'http://192.168.0.15:3007',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/group/, '')
},
'/message': {
target: 'http://192.168.0.15:3007',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/message/, '')
},
'/uploads': {
target: 'https://test.zrbjr.com',
changeOrigin: true