From dded8e5edd35600091ac684478e89ddadc0af95b Mon Sep 17 00:00:00 2001 From: yy2205 <2238220225@qq.com> Date: Thu, 5 Jun 2025 15:13:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E5=BE=84=E7=9A=84?= =?UTF-8?q?=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/processImage/index.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/api/processImage/index.ts b/src/api/processImage/index.ts index cb45c665..9541ae66 100644 --- a/src/api/processImage/index.ts +++ b/src/api/processImage/index.ts @@ -1,12 +1,12 @@ import axios from 'axios' - +const imageAddress = 'F://陕西省咸阳市礼泉县心电图FTP/ecgimage/' +const originImageAddress = 'https://zzxmc.gw12320.com/ecgimage/' // 超声组件 API export const processImageApi = { // const apiUrl = 'https://zzxmc.gw12320.com/processImage' apiUrl222 : 'https://pacs.gw12320.com/adminecg/admin-api/tblist/ecganalysisparas/rpc-processImage', //222服务器 apiUrl111 : 'http://111.57.76.10:8072/admin-api/tblist/ecganalysisparas/rpc-processImage', //111服务器 - imageAddress : 'F://陕西省咸阳市礼泉县心电图FTP/ecgimage/', - originImageAddress : 'https://zzxmc.gw12320.com/ecgimage/', + // const apiUrl = 'https://localhost:48080/admin-api/tblist/ecganalysisparas/rpc-processImage' // const imageAddress = 'F://陕西省咸阳市礼泉县心电图FTP/ecgimage/' // const originImageAddress = 'https://zzxmc.gw12320.com/ecgimage/' @@ -86,7 +86,7 @@ export const processImageApi = { enableWatermark:1, } }, - processImg: async (params: string,url=this.apiUrl222) => { + processImg: async (params: string,url) => { try { const response = await axios({ method: 'post',