Browse Source

peter

master
pengqiang 2 years ago
parent
commit
4a3f56ff00
  1. 4
      src/components/360View/special/index.vue

4
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')

Loading…
Cancel
Save