完善保险端的前后端

This commit is contained in:
shenquanyi
2025-09-23 18:29:24 +08:00
parent e7a0cd4aa3
commit b58ed724b0
69 changed files with 9728 additions and 769 deletions

View File

@@ -17,7 +17,7 @@ export default defineConfig(({ mode }) => {
port: parseInt(env.VITE_PORT) || 3004,
proxy: {
'/api': {
target: env.VITE_API_BASE_URL || 'http://localhost:3002',
target: env.VITE_API_BASE_URL || 'http://localhost:3000',
changeOrigin: true,
rewrite: (path) => path
}