完成请求推送,但组装mes还有问题

This commit is contained in:
2026-05-04 00:33:29 +08:00
parent 7fc9e10c99
commit 2050a30a52
93 changed files with 9499 additions and 2719 deletions

View File

@@ -6,7 +6,7 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: process.env.VITE_API_URL || 'http://localhost:23337',
target: 'http://backend:8000',
changeOrigin: true,
}
}