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 @@