完善保险端前后端
This commit is contained in:
@@ -14,7 +14,8 @@ export default defineConfig(({ mode }) => {
|
||||
}
|
||||
},
|
||||
server: {
|
||||
port: parseInt(env.VITE_PORT) || 3004,
|
||||
port: parseInt(env.VITE_PORT) || 3001,
|
||||
historyApiFallback: true,
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: env.VITE_API_BASE_URL || 'http://localhost:3000',
|
||||
|
||||
Reference in New Issue
Block a user