修改保险后端代码,政府前端代码
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user