修改保险后端代码,政府前端代码

This commit is contained in:
2025-09-22 17:56:30 +08:00
parent 3143c3ad0b
commit 02a25515a9
206 changed files with 35119 additions and 43073 deletions

View File

@@ -19,7 +19,7 @@ export default defineConfig(({ mode }) => {
host: '0.0.0.0',
proxy: {
'/api': {
target: env.VITE_API_BASE_URL || 'http://localhost:5350',
target: env.VITE_API_BASE_URL || 'http://localhost:5351',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, '/api')
}