This commit is contained in:
2025-10-16 16:21:56 +08:00
parent dd3936944b
commit 89dbdc63db
12 changed files with 512 additions and 222 deletions

View File

@@ -8,7 +8,7 @@ module.exports = defineConfig({
// 反向代理5001
proxy: {
'/api': {
target: 'http://localhost:5001',
target: 'http://localhost:5003',
changeOrigin: true,
secure: false
}