Browse Source

视光表单47环境去抬头

x-emr
bianyaqi 2 years ago
parent
commit
3e4754a6fb
  1. 4
      public/index.html
  2. 4
      src/components/360View/index.vue
  3. 4
      src/components/360View/opticalFile/index.vue
  4. 4
      src/components/360View/special/index.vue

4
public/index.html

@ -53,8 +53,8 @@
<!-- 生产环境 -->
<% if (process.env.VUE_APP_NODE_ENV === 'prod') { %>
<script>
// window.SITE_CONFIG['apiURL'] = 'http://47.110.224.240:8036/xiangan-crf';
window.SITE_CONFIG['apiURL'] = 'http://10.80.5.32:8031/xiangan-crf';
window.SITE_CONFIG['apiURL'] = 'http://47.110.224.240:8036/xiangan-crf';
// window.SITE_CONFIG['apiURL'] = 'http://10.80.5.32:8031/xiangan-crf';
</script>
<% } %>

4
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({

4
src/components/360View/opticalFile/index.vue

@ -50,6 +50,7 @@
<eyesVision
v-if="name === '双眼视功能检查报告单'"
ref="eyesVis"
:is-dev="isDev"
:case-id="id"
:only-read="onlyRead || !isCreator"
:is-platform="isPlatform"
@ -59,6 +60,7 @@
<optometryForm
v-if="name === '验光报告单'"
ref="optome"
:is-dev="isDev"
:case-id="id"
:is-platform="isPlatform"
:only-read="onlyRead || !isCreator"
@ -69,6 +71,7 @@
<threeVision
v-if="name === '三级视功能检查报告单'"
ref="threeVis"
:is-dev="isDev"
:only-read="onlyRead || !isCreator"
:is-platform="isPlatform"
:case-id="id"
@ -78,6 +81,7 @@
<deveopmentFile
v-if="name === '屈光发育档案'"
ref="deveope"
:is-dev="isDev"
:is-platform="isPlatform"
:case-id="id"
:only-read="onlyRead || !isCreator"

4
src/components/360View/special/index.vue

@ -217,8 +217,8 @@ export default {
// }
// })
// 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')
},

Loading…
Cancel
Save