Commit 66e23f95 by 宋祥

1.德诚使用自有服务器预览文件

parent 2c38de7d
......@@ -672,11 +672,12 @@ function loadChange(grid,e,field) {
if (urlEncode === "") {
return;
}
if (PROJECT_ENV === "run" || PROJECT_ENV === "RUN") {
return "https://www.eis-paas.com/preview/onlinePreview?url=" + urlEncode
} else {
return "http://139.224.202.156:8012/preview/onlinePreview?url=" + urlEncode;
}
// if (PROJECT_ENV === "run" || PROJECT_ENV === "RUN") {
// return "https://www.eis-paas.com/preview/onlinePreview?url=" + urlEncode
// } else {
// return "http://139.224.202.156:8012/preview/onlinePreview?url=" + urlEncode;
// }
return domain + "/preview/onlinePreview?url=" + urlEncode;
}
// export 到全局作用域 window对象
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment