加时间复杂度

This commit is contained in:
2026-06-16 10:23:48 +08:00
parent daf9e50938
commit 0255ceba02
5 changed files with 878 additions and 5 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export default defineConfig({
port: 1025,
proxy: {
'/api': {
target: 'http://localhost:3001',
target: 'http://localhost:3002',
changeOrigin: true,
},
},