apk调试

This commit is contained in:
jjLv 2024-09-29 15:54:41 +08:00
parent 523f01b8c4
commit 8bb3da9dcb
2 changed files with 11 additions and 11 deletions

View File

@ -15,18 +15,18 @@ function getContextPath() {
// var filePath = 'http://192.168.0.110:29100/medicalDocumentation'; // var filePath = 'http://192.168.0.110:29100/medicalDocumentation';
// 测试 // 测试
var lookFile = "http://112.29.103.165:1616/medicalDocumentation/statics"; //文件路径 // var lookFile = "http://192.168.0.14:18077/medicalDocumentation/statics"; //文件路径
//
var filePreviewPathAll = "http://112.29.103.165:1616/onlinePreview?url="; // var filePreviewPathAll = "http://192.168.0.14:18077/onlinePreview?url=";
//
var filePath = 'http://112.29.103.165:1616/medicalDocumentation'; // var filePath = 'http://192.168.0.14:18077/medicalDocumentation';
//线上 //线上
// var lookFile = "http://112.29.103.165:1616/YSpeaManager/statics"; //文件路径 var lookFile = "http://112.29.103.165:1616/YSpeaManager/statics"; //文件路径
//
// var filePreviewPathAll = "http://192.168.5:1616/onlinePreview?url="; var filePreviewPathAll = "http://192.168.5:1616/onlinePreview?url=";
//
// var filePath = 'http://112.29.103.165:1616/medicalDocumentation'; var filePath = 'http://112.29.103.165:1616/medicalDocumentation';
function isNull(str) { function isNull(str) {
if(str ==null || str =="null" || str == undefined || str =="undefined" || str ==""){ if(str ==null || str =="null" || str == undefined || str =="undefined" || str ==""){

View File

@ -174,7 +174,7 @@ function gethospital(form,hospitalId) {
$("#hospitalId").html(""); $("#hospitalId").html("");
$.ajax({ $.ajax({
type: 'post', type: 'post',
url: ctxPath + '/utilConnection/getNewHospitalSelect', url: ctxPath + '/utilConnection/getHospitalSelect',
data: { data: {
value:hospitalId value:hospitalId
}, },