修复错误提交

This commit is contained in:
2025-11-11 16:37:07 +08:00
parent c5b0b471fe
commit 34064a96a9
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -11,7 +11,7 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'http://10.1.39.104:9130', // 后端服务器地址
target: 'http://localhost:8080', // 后端服务器地址
changeOrigin: true,
},
},