yezehua 4 éve
szülő
commit
6f31ca7109
2 módosított fájl, 5 hozzáadás és 5 törlés
  1. 4 4
      js/api-service.js
  2. 1 1
      js/buz/jianchajianyan-detail.js

+ 4 - 4
js/api-service.js

@ -9,11 +9,11 @@
    localStorage.setItem('WLYY_IMEI', IMEI)
    $.support.cors = true;
    if(publish_version) { // 生产环境配置
        server = "http://www.xmtyw.cn/wlyy/"
        imserver = "http://27.155.101.77:3000/api/v2";
        socketUrl = "http://27.155.101.77:3000";
        server = "//www.xmtyw.cn/wlyy/"
        imserver = "//www.xmtyw.cn/api/v2";
        socketUrl = "//www.xmtyw.cn";
        loginUrl = "/wlyy/prescription/login.html";
        imgServer = "http://www.xmtyw.cn/";
        imgServer = "//www.xmtyw.cn/";
		if(isInner){
			server = "http://10.95.22.10:8011/wlyy/"
			imserver = "http://10.95.22.138:3000/api/v2";

+ 1 - 1
js/buz/jianchajianyan-detail.js

@ -224,7 +224,7 @@ initProfileList = function() {
},
getProfileTemplateHtml = function(tempalteCode,serial){
	Profile.init({
		url: "http://www.xmtyw.cn/wlyy/doctor/archives/event/healthData",
		url: "//www.xmtyw.cn/wlyy/doctor/archives/event/healthData",
		link: 'template/'+tempalteCode+'.html',
		thatMui: jQuery,
		thatPromise: Promise,