//CAS鏈嶅姟鍣� logout浣跨敤
|
var casServerUrlPrefix = "https://192.168.20.106:8088/cas";
|
//REST鏈嶅姟鍣�
|
var restServerBaseURL = "http://192.168.20.106:8081/"; //鍓嶇寮€鍙戝彲鐢╤ttp://192.168.0.196:8081/
|
|
var LanCatalogBaseURL = "http://192.168.20.106:8082/";
|
|
var socketUrl = "ws://192.168.20.106:8081/ws";
|
|
var terraProxyUrl="http://192.168.20.106:8066/"
|
//鏈鎴风鏍硅矾寰�
|
var baseURL = "/lanwebapp/";
|
//鍏敤搴撴枃浠跺紩鐢ㄦ牴璺緞 pubzy
|
var pubzyURL = "http://192.168.20.106:8088/javapubzy/";
|
var ueditorURL = "http://192.168.20.106:8088/";
|
|
|
|
var oaip="http://192.168.4.50/"
|
|
//濡傛灉鏄疘IS杩愯锛岃璁剧疆涓簍rue
|
var iisRun = true;
|
|
//涓婁紶鏂囦欢鐨勬槧灏勫湴鍧€
|
var uploadFileResource = restServerBaseURL + 'uploadFile\/';
|
|
//鐗堟潈淇℃伅 骞夸笢钃濆浘淇℃伅鎶€鏈湁闄愬叕鍙�
|
var copyrightName = "鎶€鏈敮鎸侊細鍥藉娴锋磱淇℃伅涓績";
|
|
//绯荤粺鏍囬
|
var systemTitle = "杩愮淮鐩戞帶--鍥藉娴锋磱缁煎悎鐩戠骞冲彴";
|
|
//鍔犺浇澶栭儴璧勬簮js
|
function remoteToLoadJs(fileurl) {
|
document.write("<script src='" + pubzyURL + fileurl + "'><\/script>");
|
}
|
|
//鍔犺浇鏈湴璧勬簮js
|
function loadLocalJs(fileurl) {
|
document.write("<script src='" + fileurl + "'><\/script>");
|
}
|
|
//鍔犺浇澶栭儴璧勬簮Css
|
function remoteToLoadCss(fileurl) {
|
document.write("<link rel='stylesheet' href='" + pubzyURL + fileurl + "'>");
|
}
|
|
//鍔犺浇鏈湴璧勬簮Css
|
function loadLocalCss(fileurl) {
|
document.write("<link rel='stylesheet' href='" + fileurl + "'>");
|
}
|
|
//鍔犺浇Ueditor璧勬簮js
|
function remoteUeditorToloadJs(fileurl) {
|
document.write("<script src='" + ueditorURL + fileurl + "'></script>");
|
}
|
|
//鎵撳紑闂ㄦ埛椤甸潰
|
function openLiferay() {
|
window.location.replace('http://192.168.20.106:8188/');
|
}
|