refactor: 端口调整

This commit is contained in:
tbphp
2025-07-14 14:08:05 +08:00
parent a0b1223818
commit 2fdd963613
7 changed files with 8 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ export default defineConfig(({ mode }) => {
// 代理配置示例
proxy: {
"/api": {
target: env.VITE_API_BASE_URL || "http://127.0.0.1:3000",
target: env.VITE_API_BASE_URL || "http://127.0.0.1:3001",
changeOrigin: true,
},
},