微信公众号可以做网站嘛,学生做微商怎么加入,推荐网站建设服务器,wordpress媒体库删除前端起了一个代理
如果url是api开头的自动代理访问8080端口#xff08;解决前后端端口不一致要么是前端代理#xff0c;要么是后端加过滤器#xff09; proxy:{/api:{target:http://localhost:8080,changeOrigin : true,// 替换去掉路径上的api// rewrite:(path)path.r…
前端起了一个代理
如果url是api开头的自动代理访问8080端口解决前后端端口不一致要么是前端代理要么是后端加过滤器 proxy:{/api:{target:http://localhost:8080,changeOrigin : true,// 替换去掉路径上的api// rewrite:(path)path.replace(/^\/api/,)}},