From 4a3f56ff006048b8edee348b862c23fb455144f0 Mon Sep 17 00:00:00 2001 From: pengqiang Date: Thu, 28 Dec 2023 10:02:09 +0800 Subject: [PATCH] peter --- src/components/360View/special/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/360View/special/index.vue b/src/components/360View/special/index.vue index 64d4662..11da1aa 100644 --- a/src/components/360View/special/index.vue +++ b/src/components/360View/special/index.vue @@ -216,8 +216,8 @@ export default { // info: this.$Base64.encode(JSON.stringify(patientInfo)) // } // }) - // const baseUrl = 'http://z1.huimucloud.com:8085' - const baseUrl = 'http://10.80.5.32:8026' + const baseUrl = 'http://z1.huimucloud.com:8085' + // 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')