fa07512c by lxs

访问流通平台

1 parent e7c25957
......@@ -61,7 +61,7 @@ server {
# 使用 rewrite 将 /circulation 替换为 /new-api
rewrite ^/circulation/(.*)$ /$1 break;
proxy_pass https://daop-lt-test.zgsjzc.com;
proxy_pass https://daop-lt-test.zgsjzc.com/api;
}
location /delivery {
# 设置允许跨域的域名,可以使用通配符 '*' 允许所有域访问
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!