1前端地址 cd /opt/code/sell_fe_buyer/config vim index.js 编辑之后 npm run build cp -r dist/* /opt/data/wwwroot/sell/ 查看是否修改成功的时间 stat /opt/data/wwwroot/sell/ 当nginx转发不了的时候会出现无法找到主机 vim /usr/local/nginx/conf/nginx.conf 修改转发至本机地址 location /sell/ { proxy_pass http://192.168.41.1:8080/;