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 -6
View File
@@ -71,12 +71,13 @@
"h5" : {
"devServer" : {
"proxy" : {
"/backend-api" : {
"target" : "http://192.168.2.76:8000",
"changeOrigin" : true,
"pathRewrite" : {
"^/backend-api" : "/api"
}
"/server" : {
"target" : "http://8.160.178.88",
"changeOrigin" : true
},
"/fastapi" : {
"target" : "http://8.160.178.88",
"changeOrigin" : true
}
}
}