//WebApi公关部分url var apiUrl = 'http://localhost:21021'; //返回WebApiUrl公共部分 function GetWebApiUrl(s) { return apiUrl; }