chore: 调整后端端口为38080并更新前端代理

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
liumangmang
2026-02-09 17:27:33 +08:00
parent 9ee9c96a91
commit ef412da82c
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ export default defineConfig({
plugins: [vue()],
server: {
proxy: {
'/api': { target: 'http://localhost:8080', changeOrigin: true }
'/api': { target: 'http://localhost:38080', changeOrigin: true }
}
}
})