This commit is contained in:
Mrx
2026-06-09 11:28:46 +08:00
parent c28f06411d
commit 9ef9ab4057
6 changed files with 106 additions and 15 deletions

View File

@@ -123,7 +123,7 @@ export default defineConfig({
},
server: {
proxy: {
// // 本地开发时将 /api/v1 的请求代理到 8080 端口
// 本地开发时将 /api/v1 的请求代理到 8080 端口
'/api/v1': {
target: 'http://localhost:8080',
changeOrigin: true,