fix
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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: `http://192.168.6.22:39901/delivery/ms-daop-jgjf-data-open-service/api-base-info/detail/${params}`, | 427 | url: `http://192.168.6.22:29900/delivery/ms-daop-jgjf-data-open-service/api-base-info/detail/${params}`, |
| 428 | method: 'get', | 428 | method: 'get', |
| 429 | }) | 429 | }) |
| 430 | 430 | ... | ... |
-
Please register or sign in to post a comment