vue項目打包后生成static和index.html,然后配置nginx指向index.html,調(diào)用api的時候卻返回index.html的內(nèi)容
開發(fā)的時候不會出現(xiàn)這樣的問題,vue里面配置了proxyTable轉(zhuǎn)發(fā)api到3000端口,nginx也需要配置轉(zhuǎn)發(fā)api嗎?
閉關(guān)修行中......
你nginxlocation配置有問題咯
location / { index index.html; }