You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1.3 KiB

1 year ago
window.g = {
// url: "http://192.168.1.20:80/kms-pc-web/api",
fileUrl: "http://106.2.224.58:1033/",//文件下载时的前缀
showFileUrl:"http://106.2.224.58:10003/onlinePreview",//iframe 预览的地址
// fileUrl: "http://192.168.1.20:9080/",
// noSuffixUrl: "http://192.168.1.20:80",//没有工程名的地址
// downloadUrl: "http://192.168.1.20:80/kms-pc-web/api/uploadRecord/downloadNet/",
// fileUrl: "http://106.2.224.58:1033/",//文件下载时的前缀
// noSuffixUrl: "http://106.2.224.58:1036",//没有工程名的地址
// url: "http://106.2.224.58:1036/kms-pc-web/api",
// url: "http://106.2.224.58:1039/kms-pc-web",
1 year ago
// url: "http://192.168.2.100:18082/tianhui-admin-web",
1 month ago
url: "http://175.178.86.109:18082/kms-pc-web",
// url: "http://127.0.0.1:18082/kms-pc-web",
1 year ago
// url: "http://192.168.1.113:8083/kms-pc-web",
// url: "http://192.168.1.113:18080/kms-pc-web",
// downloadUrl: "http://106.2.224.58:1036/kms-pc-web/api/uploadRecord/downloadNet/",
// transDownloadUrl: "http://106.2.224.58:10008/fileDownload?D_ID="
}
var docUrl = 'http://106.2.224.58:10002/web-apps/apps/api/documents/api.js'
// var docUrl = 'http://192.168.1.20:8088/web-apps/apps/api/documents/api.js'
document.write('<script type="text/javascript" src=' + docUrl + '></script>');