diff --git a/vite.config.js b/vite.config.js index 3c315c9..ed2bfb0 100644 --- a/vite.config.js +++ b/vite.config.js @@ -38,7 +38,7 @@ export default defineConfig({ // 开发服务器配置 server: { host: "0.0.0.0", - port: 5173, // Frontend port, different from backend + port: 5150, // Frontend port, different from backend strictPort: true, // API代理配置 proxy: {