8862fa0e by xukangle

fix

1 parent aa476508
......@@ -423,9 +423,16 @@ export const apiTypes: any = [{
export const getApiDetail = (params) => request({
// url:`${import.meta.env.VITE_APP_SERVICE_BASEURL}/api-base-info/detail`,
// url: `http://localhost:9000/circulation/ms-data-circulation-portal-service/enterprise/detail-by-name`,
// url: `http://localhost:9000/delivery/api-base-info/detail`,
url: `http://192.168.6.20:38052/delivery/api-base-info/detail`,
// url: `http://localhost:9000/delivery/ms-daop-jgjf-data-open-service/api-base-info/detail`,
url: `http://192.168.6.22:39901/delivery/ms-daop-jgjf-data-open-service/api-base-info/detail`,
method: 'get',
params
})
// export const getTenantInfo = (params) => request({
// // url: `${import.meta.env.VITE_APP_PERSONAL_URL}/tenant/getByGuid/${params}`,
// // url: `http://localhost:9000/circulation/ms-data-circulation-portal-service/enterprise/detail-by-name`,
// url: `http://192.168.6.22:29900/circulation/ms-data-circulation-portal-service/enterprise/detail-by-name`,
// method: 'get',
// params
// })
......
......@@ -62,7 +62,6 @@ const getDetail = () => {
// getApiDetail
return getApiDetail(route.query.guid).then((res: any) => {
detailLoading.value = false;
console.log('getApiDetail', res);
if (res?.code == proxy.$passCode) {
let data = res.data;
let { approveVO } = data
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!