diff --git a/src/main/resources/static/js/publicJs.js b/src/main/resources/static/js/publicJs.js index 131b6e5..13d417d 100644 --- a/src/main/resources/static/js/publicJs.js +++ b/src/main/resources/static/js/publicJs.js @@ -15,18 +15,18 @@ function getContextPath() { // var filePath = 'http://192.168.0.110:29100/medicalDocumentation'; // 测试 -var lookFile = "http://112.29.103.165:1616/medicalDocumentation/statics"; //文件路径 - -var filePreviewPathAll = "http://112.29.103.165:1616/onlinePreview?url="; - -var filePath = 'http://112.29.103.165:1616/medicalDocumentation'; +// var lookFile = "http://192.168.0.14:18077/medicalDocumentation/statics"; //文件路径 +// +// var filePreviewPathAll = "http://192.168.0.14:18077/onlinePreview?url="; +// +// var filePath = 'http://192.168.0.14:18077/medicalDocumentation'; //线上 -// var lookFile = "http://112.29.103.165:1616/YSpeaManager/statics"; //文件路径 -// -// var filePreviewPathAll = "http://192.168.5:1616/onlinePreview?url="; -// -// var filePath = 'http://112.29.103.165:1616/medicalDocumentation'; +var lookFile = "http://112.29.103.165:1616/YSpeaManager/statics"; //文件路径 + +var filePreviewPathAll = "http://192.168.5:1616/onlinePreview?url="; + +var filePath = 'http://112.29.103.165:1616/medicalDocumentation'; function isNull(str) { if(str ==null || str =="null" || str == undefined || str =="undefined" || str ==""){ diff --git a/src/main/resources/static/js/select.js b/src/main/resources/static/js/select.js index 1d7949b..08306f3 100644 --- a/src/main/resources/static/js/select.js +++ b/src/main/resources/static/js/select.js @@ -174,7 +174,7 @@ function gethospital(form,hospitalId) { $("#hospitalId").html(""); $.ajax({ type: 'post', - url: ctxPath + '/utilConnection/getNewHospitalSelect', + url: ctxPath + '/utilConnection/getHospitalSelect', data: { value:hospitalId },