feat: 联调登录+对话

This commit is contained in:
王天骄
2026-06-05 15:27:29 +08:00
parent 69c6a2969c
commit d962ab98f5
55 changed files with 526 additions and 93 deletions
+7 -4
View File
@@ -6,10 +6,13 @@ export default defineConfig({
plugins: [uni()],
server: {
proxy: {
'/backend-api': {
target: 'http://192.168.2.76:8000',
changeOrigin: true,
rewrite: path => path.replace(/^\/backend-api/, '/api')
'/server': {
target: 'http://8.160.178.88',
changeOrigin: true
},
'/fastapi': {
target: 'http://8.160.178.88',
changeOrigin: true
}
}
}