会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
guo&qi
导航
博客园
首页
新随笔
联系
订阅
管理
公告
2020年12月13日
devServer之proxy跨域
摘要: 一、配置 devServer:{ contentBase:'./', proxy:{ // 当你请求是以/api开头的时候,代理会访问到http://localhost:3000 // 例如: // /api/users 则访问到 http://localhost:3000/api/users //
阅读全文
posted @ 2020-12-13 19:55 guo&qi
阅读(1145)
评论(0)
推荐(1)
编辑