更新dockerfile

This commit is contained in:
Cold
2025-12-17 10:37:37 +08:00
parent 7171e2712c
commit ec95c7d872
4 changed files with 16 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ const viteConfig = defineConfig((mode: ConfigEnv) => {
// },
proxy: {
'/api': {
target: 'http://192.168.3.49:8808',
target: 'http://192.168.3.200:8808',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, '/api'),
},