添加聊天窗口,后端docker部署

This commit is contained in:
2026-04-01 10:03:24 +08:00
parent be26ad3eee
commit dceac6f951
5 changed files with 258 additions and 1 deletions

View File

@@ -34,6 +34,10 @@ export default defineConfig({
target: 'http://192.168.190.41:8080',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/tiles/, '')
},
'/api': {
target: 'http://127.0.0.1:8000',
changeOrigin: true
}
}
},