使用nginx反向代理服务
location /visit{ add_header Access-Control-Allow-Origin *; proxy_pass http://172.0.0.1:13333/visit_apply; }