合并代码

This commit is contained in:
szz
2025-08-07 09:35:48 +08:00
parent 0ec9fab7ff
commit 18aac345f1
5 changed files with 277 additions and 606 deletions

View File

@@ -14,11 +14,11 @@ export default defineConfig({
port: 5173,
proxy: {
'/api': {
target: 'http://114.55.111.44:3001',
target: 'http://114.55.111.44:3000',
changeOrigin: true
},
'/uploads': {
target: 'http://114.55.111.44:3001',
target: 'http://114.55.111.44:3000',
changeOrigin: true
}
}