From 3e4754a6fb4bd1f0b9fd88522f7bf87f29ca80cd Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Thu, 17 Aug 2023 14:29:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E5=85=89=E8=A1=A8=E5=8D=9547=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=8E=BB=E6=8A=AC=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 4 ++-- src/components/360View/index.vue | 4 ++-- src/components/360View/opticalFile/index.vue | 4 ++++ src/components/360View/special/index.vue | 4 ++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/public/index.html b/public/index.html index 00df1f6..24877b8 100644 --- a/public/index.html +++ b/public/index.html @@ -53,8 +53,8 @@ <% if (process.env.VUE_APP_NODE_ENV === 'prod') { %> <% } %> diff --git a/src/components/360View/index.vue b/src/components/360View/index.vue index f13e31a..c6b3a1c 100644 --- a/src/components/360View/index.vue +++ b/src/components/360View/index.vue @@ -415,8 +415,8 @@ export default { // 360浏览器 handlePacs() { // const baseUrl = 'http://z1.huimucloud.com:8085' - const baseUrl = 'http://10.80.5.32:8026' - // const baseUrl = 'http://192.168.0.85:8001' + // const baseUrl = 'http://10.80.5.32:8026' + const baseUrl = 'http://192.168.0.85:8001' const href = `${baseUrl}/EXAMINE_Report/InterFace?PatID=${this.patientId}&DoctorID=${this.employeeId}&PatIdKey=&ExamNo=` window.open(href, '_blank') // const { href } = this.$router.resolve({ diff --git a/src/components/360View/opticalFile/index.vue b/src/components/360View/opticalFile/index.vue index ad26dfd..3f89df0 100644 --- a/src/components/360View/opticalFile/index.vue +++ b/src/components/360View/opticalFile/index.vue @@ -50,6 +50,7 @@