瀏覽代碼

修改bug

542372506@qq.com 5 天之前
父節點
當前提交
e3da5c6de2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      component/statistics/LascPatient/index.js

+ 1 - 1
component/statistics/LascPatient/index.js

@ -307,7 +307,7 @@ Vue.component('lasc-patient', {
      statisticAPI.getPatientAccetokenByIdcard({ idcard: idcard }).then(function (res) {
        if (res.status == 200) {
          vm.patientCode = res.data.patientCode
          var healthRecordServer = 'http://ijk.xmsmjk.com/wlyy/profileweb/#/menzhen' //健康档案服务
          var healthRecordServer = 'https://ijk.xmsmjk.com/wlyy/profileweb/#/menzhen' //健康档案服务
          //var healthRecordServer="https://ijk.xmsmjk.com/wlyytest/profileweb/#/menzhen"  //健康档案服务wlyytest
          window.open(healthRecordServer + '?patientCode=' + res.data.patientCode)
        } else {