在通过json-server搭建本地服务器得到 http://localhost:3000/todos 的基础上,要想将接口改为www.test.com/todos这样的形式 ,则需要用nginx进行反向代理
1.安装nginx
windows下nginx安装操作教程
【小程序】用nginx进行反向代理处理(windows)
原文:https://www.cnblogs.com/smilexumu/p/9037057.html