1
13693261870
2022-09-16 21ddee1a38257297288b88bc6c0476ec96a5f867
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
//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/');
}