vue项目打包后生成static和index.html,然后配置nginx指向index.html,调用api的时候却返回index.html的内容开发的时候不会出现这样的问题,vue里面配置了proxyTable转发api到3000端口,nginx也需要配置转发api吗? 查看完整描述