修改前端api配置

This commit is contained in:
2026-03-24 15:46:39 +08:00
parent a424185854
commit 2335b62384
5 changed files with 15 additions and 19 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export default defineConfig({
strictPort: true,
proxy: {
'/api': {
target: 'http://10.252.130.135:8000',
target: 'http://localhost:8000',
changeOrigin: true,
},
},