
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
Proxy error: Could not proxy request /api2/users/login from localhost:8080 to localhost:3000 (ENOTFO
问题描述:因为node服务运行在localhost:3000端口,vue运行在localhost:8080端口,不同端口存在跨域问题。所以我使用了反向代理处理。在vue.config.js里:proxy:{'/api2':{target:'http://localhost:3000',changeOrigin:true,}}我...
Proxy error: Could not proxy request /api2/users/login from localhost:8080 to localhost:3000 (ENOTFO
问题描述:因为node服务运行在localhost:3000端口,vue运行在localhost:8080端口,不同端口存在跨域问题。所以我使用了反向代理处理。在vue.config.js里:proxy:{'/api2':{target:'http://localhost:3000',changeOrigin:true,}}我...
到底了







