|
@ -1,5 +1,5 @@
|
|
|
//切换发布版本 true:正式版,连接生产环境;false:测试版,连接测试环境。
|
|
|
var publish_version = false;
|
|
|
var publish_version = true;
|
|
|
//var publish_version = false;
|
|
|
var curr_app_version = 5; //app当前内定版本号
|
|
|
|
|
@ -29,7 +29,7 @@ if(publish_version == true) {
|
|
|
templateServer = "";
|
|
|
|
|
|
// 健康档案(上饶)服务地址
|
|
|
profileServer = "http://ehr.yihu.com"
|
|
|
profileServer = "http://srijk.yihu.com/wlyy"
|
|
|
} else {
|
|
|
appId = "wxd03f859efdf0873d";
|
|
|
// OCR小温测试地址
|
|
@ -37,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/csijk/";
|
|
|
// 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/";//文彬
|
|
@ -50,7 +50,7 @@ if(publish_version == true) {
|
|
|
var imgUrlDomain = "http://172.19.103.54/";
|
|
|
|
|
|
// 健康档案(上饶)服务地址
|
|
|
profileServer = "http://ehr.yihu.com"
|
|
|
profileServer = "http://ehr.yihu.com/csijk"
|
|
|
}
|
|
|
|
|
|
function showErrorPage (msg) {
|