6dcb54e0 by lihua

fix

1 parent 5df79049
...@@ -515,7 +515,7 @@ export const getDataReceiveContract = () => request({ ...@@ -515,7 +515,7 @@ export const getDataReceiveContract = () => request({
515 // url:`${import.meta.env.VITE_APP_SERVICE_BASEURL}/api-base-info/detail`, 515 // url:`${import.meta.env.VITE_APP_SERVICE_BASEURL}/api-base-info/detail`,
516 // url: `http://localhost:9000/circulation/ms-data-circulation-portal-service/enterprise/detail-by-name`, 516 // url: `http://localhost:9000/circulation/ms-data-circulation-portal-service/enterprise/detail-by-name`,
517 // url: `http://localhost:9000/delivery/ms-daop-jgjf-data-open-service/api-base-info/detail/${params}`, 517 // url: `http://localhost:9000/delivery/ms-daop-jgjf-data-open-service/api-base-info/detail/${params}`,
518 url: `https://daop-zcgl-test.zgsjzc.com/circulation/ms-data-circulation-tx-mgr-service/data-contract/get-data-receive-and-contract`, 518 url: `https://daop-zcgl-test.zgsjzc.com/circulation/api/ms-data-circulation-tx-mgr-service/data-contract/get-data-receive-and-contract`,
519 method: 'get', 519 method: 'get',
520 }) 520 })
521 521
...@@ -548,7 +548,7 @@ export const getDataReceiveContractDetail = (damGuid) => request({ ...@@ -548,7 +548,7 @@ export const getDataReceiveContractDetail = (damGuid) => request({
548 548
549 // 数据合同详情 549 // 数据合同详情
550 export const getContractDetail = (params) => request({ 550 export const getContractDetail = (params) => request({
551 url: `https://daop-zcgl-test.zgsjzc.com/circulation/ms-data-circulation-tx-mgr-service/data-contract/detail`, 551 url: `https://daop-zcgl-test.zgsjzc.com/circulation/api/ms-data-circulation-tx-mgr-service/data-contract/detail`,
552 method: 'get', 552 method: 'get',
553 params 553 params
554 }) 554 })
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!