Browse Source

健康档案(上饶)服务地址

yezehua 6 năm trước cách đây
mục cha
commit
911a98dd16
1 tập tin đã thay đổi với 8 bổ sung2 xóa
  1. 8 2
      js/common_http.js

+ 8 - 2
js/common_http.js

@ -27,6 +27,9 @@ if(publish_version == true) {
	//图片文件的服务器路径
    var imgUrlDomain = "http://srijk.yihu.com/";
    templateServer = "";
    
    // 健康档案(上饶)服务地址
    profileServer = "http://ehr.yihu.com"
} else {
	appId = "wxd03f859efdf0873d";
	// OCR小温测试地址
@ -34,8 +37,8 @@ if(publish_version == true) {
	templateServer = "http://172.19.103.73:8080/app-ehr/html/mytemplate/html/visit-record-list.html";
	
	//接口服务器
	server = "http://172.19.103.72:9096/wlyy/";
    server = "http://192.168.131.24:8082/";//仕杰
	server = "http://172.19.103.72:9096/csijk/";
    // server = "http://192.168.131.24:8082/";//仕杰
//	server = "http://192.168.131.250:8081/";//伟达
//  server = "http://192.168.131.133:8080/";//文杰
//  server = "http://192.168.131.131:8080/";//文彬
@ -45,6 +48,9 @@ if(publish_version == true) {
	healthProfileServer = server;
    //图片文件的服务器路径
    var imgUrlDomain = "http://172.19.103.54/";
    
    // 健康档案(上饶)服务地址
    profileServer = "http://ehr.yihu.com"
}
function showErrorPage (msg) {