This commit is contained in:
2026-08-26 18:15:54 +08:00
parent 54d343b739
commit a4568d8a55
79 changed files with 11264 additions and 560 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export default defineConfig({
},
server: {
proxy: {
'/api': 'http://127.0.0.1:8080',
'/api': 'http://127.0.0.1:18080',
},
},
})