server: {
proxy: {
‘/api’: {
target: ‘http://localhost:3003’,
changeOrigin: true,
rewrite: (path) => path.replace(/^/api/, ‘’),
},
},
},
vue3 vite 配置代理解决跨域
最新推荐文章于 2025-07-31 17:42:46 发布

server: {
proxy: {
‘/api’: {
target: ‘http://localhost:3003’,
changeOrigin: true,
rewrite: (path) => path.replace(/^/api/, ‘’),
},
},
},