fix
Showing
2 changed files
with
2 additions
and
5 deletions
| ... | @@ -86,8 +86,6 @@ VITE_API_CIRCULATION_URL = http://192.168.6.22:29900/circulation | ... | @@ -86,8 +86,6 @@ VITE_API_CIRCULATION_URL = http://192.168.6.22:29900/circulation |
| 86 | 86 | ||
| 87 | #数据加工交付 | 87 | #数据加工交付 |
| 88 | VITE_APP_DATA_DELIVERY = http://192.168.6.20:38052/ | 88 | VITE_APP_DATA_DELIVERY = http://192.168.6.20:38052/ |
| 89 | # 测试环境访问地址 | ||
| 90 | VITE_API_DATA_DELIVERY_URL = http://192.168.6.22:29900/delivery | ||
| 91 | 89 | ||
| 92 | 90 | ||
| 93 | # 本地访问地址 | 91 | # 本地访问地址 | ... | ... |
| ... | @@ -423,10 +423,9 @@ export const apiTypes: any = [{ | ... | @@ -423,10 +423,9 @@ 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/ms-daop-jgjf-data-open-service/api-base-info/detail`, | 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`, | 427 | url: `http://192.168.6.22:39901/delivery/ms-daop-jgjf-data-open-service/api-base-info/detail/${params}`, |
| 428 | method: 'get', | 428 | method: 'get', |
| 429 | params | ||
| 430 | }) | 429 | }) |
| 431 | 430 | ||
| 432 | // export const getTenantInfo = (params) => request({ | 431 | // export const getTenantInfo = (params) => request({ | ... | ... |
-
Please register or sign in to post a comment