This commit is contained in:
yanghao05
2025-04-29 10:15:36 +08:00
parent 75e39a0283
commit da8ad94eda
9 changed files with 232 additions and 35 deletions

View File

@@ -19,7 +19,7 @@ export default defineConfig({
port: 3000,
open: true,
proxy: {
'/api': 'http://localhost:8088',
'/v1': 'http://localhost:8088',
}
}
});