From 8a224166246db7e1fa10ff073e7e5842980c27fd Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Thu, 21 Nov 2024 21:16:09 +0800 Subject: [PATCH] pacsHttps --- public/sysConfig.json | 3 ++- src/components/doctorCheck/CheckPicture.vue | 2 +- src/components/doctorCheck/PacsDcmList.vue | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/public/sysConfig.json b/public/sysConfig.json index 7d2cc05..236c166 100644 --- a/public/sysConfig.json +++ b/public/sysConfig.json @@ -2,5 +2,6 @@ "apiurl": "http://140.143.162.39:9529", "softName": "神豚体检管理系统", "pacsApi":"http://140.143.162.39:9529", - "dcmViewers":"http://140.143.162.39:5081" + "dcmViewers":"http://140.143.162.39:5081", + "pacsApiHttps":"https://app.mzaktj.com:8042", } \ No newline at end of file diff --git a/src/components/doctorCheck/CheckPicture.vue b/src/components/doctorCheck/CheckPicture.vue index acb6ff2..27572e6 100644 --- a/src/components/doctorCheck/CheckPicture.vue +++ b/src/components/doctorCheck/CheckPicture.vue @@ -455,7 +455,7 @@ export default { // console.log('pacsParams', this.pacsParams) let token = window.sessionStorage.getItem('token') - this.iframeSrc = `${this.sysConfig.dcmViewers}/?mrn=${this.doctorCheck.checkRequestNo}&token=${token}&pacsapi=${this.sysConfig.pacsApi}` + this.iframeSrc = `${this.sysConfig.dcmViewers}/?mrn=${this.doctorCheck.checkRequestNo}&token=${token}&pacsapi=${this.sysConfig.pacsApiHttps}` // this.iframeSrc = `${this.sysConfig.dcmViewers}/viewer?StudyInstanceUIDs=1.3.12.2.1107.5.1.4.79623.30000024091203062645300000022` this.tabPosition = this.doctorCheck.checkItemList.length > 2 ? 'left':'top' this.tabChoosed = "0" diff --git a/src/components/doctorCheck/PacsDcmList.vue b/src/components/doctorCheck/PacsDcmList.vue index f87f133..f7dd4ba 100644 --- a/src/components/doctorCheck/PacsDcmList.vue +++ b/src/components/doctorCheck/PacsDcmList.vue @@ -424,7 +424,7 @@ export default { // console.log('pacsParams', this.pacsParams) let token = window.sessionStorage.getItem('token') - this.iframeSrc = `${this.sysConfig.dcmViewers}/?mrn=${this.doctorCheck.RegisterCheckEdit.checkRequestNo}&token=${token}&pacsapi=${this.sysConfig.pacsApi}` + this.iframeSrc = `${this.sysConfig.dcmViewers}/?mrn=${this.doctorCheck.RegisterCheckEdit.checkRequestNo}&token=${token}&pacsapi=${this.sysConfig.pacsApiHttps}` // this.iframeSrc = `${this.sysConfig.dcmViewers}/viewer?StudyInstanceUIDs=1.3.12.2.1107.5.1.4.79623.30000024091203062645300000022` this.dialogDcm = true