emosheeep / vite-plugin-virtual-mpa

Out-of-box MPA plugin for Vite, generate multiple entries using only one template.
https://stackblitz.com/~/github.com/emosheeep/vite-plugin-virtual-mpa
MIT License
113 stars 15 forks source link

vite 代理页面,路由访问被重定向 #54

Closed williamtseee closed 7 months ago

williamtseee commented 9 months ago

proxy: { '/baidu': { target: 'https://www.baidu.com', ws: true }

通过代理前端代理第三方页面

直接访问localhost/baidu页面会被重定向至项目首页

emosheeep commented 9 months ago

代理就直接配 rewrites 字段就好了