This commit is contained in:
2026-02-25 13:15:15 +08:00
parent 2b2fa47851
commit 4490991a79
76 changed files with 4405 additions and 2347 deletions

View File

@@ -7,7 +7,7 @@ export default defineConfig({
port: 5173,
proxy: {
'/api': {
target: 'http://localhost:8080',
target: 'http://localhost:8081',
changeOrigin: true,
},
},