fix
Showing
2 changed files
with
9 additions
and
3 deletions
| ... | @@ -423,9 +423,16 @@ export const apiTypes: any = [{ | ... | @@ -423,9 +423,16 @@ export const apiTypes: any = [{ |
| 423 | export const getApiDetail = (params) => request({ | 423 | 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/api-base-info/detail`, | 426 | // url: `http://localhost:9000/delivery/ms-daop-jgjf-data-open-service/api-base-info/detail`, |
| 427 | url: `http://192.168.6.20:38052/delivery/api-base-info/detail`, | 427 | url: `http://192.168.6.22:39901/delivery/ms-daop-jgjf-data-open-service/api-base-info/detail`, |
| 428 | method: 'get', | 428 | method: 'get', |
| 429 | params | 429 | params |
| 430 | }) | 430 | }) |
| 431 | 431 | ||
| 432 | // export const getTenantInfo = (params) => request({ | ||
| 433 | // // url: `${import.meta.env.VITE_APP_PERSONAL_URL}/tenant/getByGuid/${params}`, | ||
| 434 | // // url: `http://localhost:9000/circulation/ms-data-circulation-portal-service/enterprise/detail-by-name`, | ||
| 435 | // url: `http://192.168.6.22:29900/circulation/ms-data-circulation-portal-service/enterprise/detail-by-name`, | ||
| 436 | // method: 'get', | ||
| 437 | // params | ||
| 438 | // }) | ... | ... |
| ... | @@ -62,7 +62,6 @@ const getDetail = () => { | ... | @@ -62,7 +62,6 @@ const getDetail = () => { |
| 62 | // getApiDetail | 62 | // getApiDetail |
| 63 | return getApiDetail(route.query.guid).then((res: any) => { | 63 | return getApiDetail(route.query.guid).then((res: any) => { |
| 64 | detailLoading.value = false; | 64 | detailLoading.value = false; |
| 65 | console.log('getApiDetail', res); | ||
| 66 | if (res?.code == proxy.$passCode) { | 65 | if (res?.code == proxy.$passCode) { |
| 67 | let data = res.data; | 66 | let data = res.data; |
| 68 | let { approveVO } = data | 67 | let { approveVO } = data | ... | ... |
-
Please register or sign in to post a comment