This commit is contained in:
薇薇安 2026-01-13 19:44:27 +08:00
parent 282b493b36
commit 0ae444b35f

View File

@ -7,7 +7,7 @@ export default defineConfig({
port: 3000,
proxy: {
'/api': {
target: 'http://localhost:8000',
target: 'http://asapi.deepx1.com',
changeOrigin: true
}
}