This commit is contained in:
flower_linux
2026-05-20 16:31:07 +08:00
parent a65cb05d5d
commit 6cc3fdf411
34 changed files with 126 additions and 125 deletions

View File

@@ -7,11 +7,11 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'http://127.0.0.1:8000',
target: 'http://127.0.0.1:8963',
changeOrigin: true,
},
'/media': {
target: 'http://127.0.0.1:8000',
target: 'http://127.0.0.1:8963',
changeOrigin: true,
},
},