hjw 3 týždňov pred
rodič
commit
6b845aa954

+ 5 - 5
api/http-request.js

@ -12,12 +12,12 @@
  $.support.cors = true
  if (publish_version) {
    // 生产环境配置
    server = '//ijk.xmsmjk.com/wlyy/'
    imserver = '//ijk.xmsmjk.com/api/v2'
    socketUrl = '//ijk.xmsmjk.com'
    articleServer = '//ijk.xmsmjk.com/wlyy/'
    server = '//ijk.xmyys.com.cn/wlyy/'
    imserver = '//ijk.xmyys.com.cn/api/v2'
    socketUrl = '//ijk.xmyys.com.cn'
    articleServer = '//ijk.xmyys.com.cn/wlyy/'
    loginUrl = '../../login/login.html'
    imgServer = '//ijk.xmsmjk.com/'
    imgServer = '//ijk.xmyys.com.cn/'
    teamworkService = '//hlwyy.xmzsh.com/hlwyy/ims-web'
    videoChatIntranetFlag = false
    if (isInner) {

+ 8 - 8
app/jbsc/js/api-service.js

@ -6,26 +6,26 @@
  var isProduction = false // 是否是正式环境
  var imgUrlDomain, server, serverWlyy, healthRecordServer
  healthRecordServer = 'http://ijk.xmsmjk.com/wlyy/profileweb/#/' //健康档案服务
  healthRecordServer = 'https://ijk.xmsmjk.com/wlyytest/profileweb/#/' //健康档案服务wlyytest
  healthRecordServer = 'http://ijk.xmyys.com.cn/wlyy/profileweb/#/' //健康档案服务
  healthRecordServer = 'https://ijk.xmyys.com.cn/wlyytest/profileweb/#/' //健康档案服务wlyytest
  if (isProduction) {
    server = 'http://ijk.xmsmjk.com/wlyy' //正式环境
    imgUrlDomain = 'http://ijk.xmsmjk.com/' //正式环境
    serverWlyy = 'http://ijk.xmsmjk.com/wlyy'
    server = 'http://ijk.xmyys.com.cn/wlyy' //正式环境
    imgUrlDomain = 'http://ijk.xmyys.com.cn/' //正式环境
    serverWlyy = 'http://ijk.xmyys.com.cn/wlyy'
  } else {
    server = 'https://ijk.xmsmjk.com/wlyytest' //测试
    server = 'https://ijk.xmyys.com.cn/wlyytest' //测试
    // server = "http://172.26.0.118:8081/wlyy/";   //ip
    //  server = "http://192.168.131.243:8180"//培强
    //       server = "http://192.168.131.123:8180/wlyy_manager" // 文杰
    //       server = "http://192.168.131.144:8180/wlyy_manager" // 冬梅
    //   server = "http://192.168.131.112:8180/wlyy_manager" // 志南
    serverWlyy = 'https://ijk.xmsmjk.com/wlyytest' //测试
    serverWlyy = 'https://ijk.xmyys.com.cn/wlyytest' //测试
    //		serverWlyy = "http://192.168.131.105:8080"//兴旺
    // serverWlyy = "http://192.168.131.243:8180"//培强
    //      serverWlyy = "http://192.168.131.144:8080"//冬梅
    //		serverWlyy = "http://192.168.131.143:8080"//冬梅
    imgUrlDomain = 'http://ijk.xmsmjk.com/' // 测试环境
    imgUrlDomain = 'http://ijk.xmyys.com.cn/' // 测试环境
    //		healthRecordServer="http://192.168.131.29:8080/#/"  //泽华
  }

+ 2 - 2
component/statistics/CopdPatientRecord/index.js

@ -545,8 +545,8 @@ Vue.component('copd-patient-record', {
      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/wlyytest/profileweb/#/menzhen"  //健康档案服务wlyytest
          var healthRecordServer = 'http://ijk.xmyys.com.cn/wlyy/profileweb/#/menzhen' //健康档案服务
          //var healthRecordServer="https://ijk.xmyys.com.cn/wlyytest/profileweb/#/menzhen"  //健康档案服务wlyytest
          window.open(healthRecordServer + '?patientCode=' + res.data.patientCode)
        } else {
          vm.patientCode = ''

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

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