Commit d75bd3ea authored by 沈翠玲's avatar 沈翠玲

将ureport改成希迈服务

parent b9eb8954
......@@ -7,7 +7,7 @@ RUN echo "server { \
listen 80; \
client_max_body_size 50M; \
location /prod-api/ { \
proxy_pass http://192.168.3.91:8100/; \
proxy_pass http://192.168.222.60:8088/; \
proxy_redirect off; \
proxy_set_header Host mes-ui; \
proxy_set_header X-Real-IP \$remote_addr; \
......
......@@ -4,7 +4,7 @@
* 全局配置文件
*/
export default {
reportUrl: 'http://192.168.3.91:8100/ureport', //test
reportUrl: 'http://192.168.222.60:8088/ureport', //test
// reportUrl: 'http://192.168.3.91:8111/ureport', //prod
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment