234bcfcf by xukangle

fix

1 parent 99009edc
...@@ -78,7 +78,7 @@ server { ...@@ -78,7 +78,7 @@ server {
78 78
79 # 使用 rewrite 将 /circulation 替换为 /new-api 79 # 使用 rewrite 将 /circulation 替换为 /new-api
80 rewrite ^/delivery/(.*)$ /$1 break; 80 rewrite ^/delivery/(.*)$ /$1 break;
81 proxy_pass https://daop-jgjf-test.zgsjzc.com/api; 81 proxy_pass https://daop-jgjf-test.zgsjzc.com;
82 } 82 }
83 83
84 error_page 500 502 503 504 /50x.html; 84 error_page 500 502 503 504 /50x.html;
......
...@@ -424,7 +424,7 @@ export const getApiDetail = (params) => request({ ...@@ -424,7 +424,7 @@ export const getApiDetail = (params) => request({
424 // url:`${import.meta.env.VITE_APP_SERVICE_BASEURL}/api-base-info/detail`, 424 // url:`${import.meta.env.VITE_APP_SERVICE_BASEURL}/api-base-info/detail`,
425 // url: `http://localhost:9000/circulation/ms-data-circulation-portal-service/enterprise/detail-by-name`, 425 // url: `http://localhost:9000/circulation/ms-data-circulation-portal-service/enterprise/detail-by-name`,
426 // url: `http://localhost:9000/delivery/ms-daop-jgjf-data-open-service/api-base-info/detail/${params}`, 426 // url: `http://localhost:9000/delivery/ms-daop-jgjf-data-open-service/api-base-info/detail/${params}`,
427 url: `https://daop-zcgl-test.zgsjzc.com/delivery/ms-daop-jgjf-data-open-service/api-base-info/detail/${params}`, 427 url: `https://daop-zcgl-test.zgsjzc.com/delivery/api/ms-daop-jgjf-data-open-service/api-base-info/detail/${params}`,
428 method: 'get', 428 method: 'get',
429 }) 429 })
430 430
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!