Feat: Restore proxy configuration

This commit is contained in:
bill 2025-11-17 19:17:21 +08:00
parent a885c9d4bd
commit 1bdaa21636

View file

@ -47,7 +47,7 @@ export default defineConfig({
},
{
context: ['/api', '/v1'],
target: 'http://192.168.1.24:9380/',
target: 'http://127.0.0.1:9380/',
changeOrigin: true,
ws: true,
logger: console,