Commit 66e23f95 by 宋祥

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

parent 2c38de7d
...@@ -672,11 +672,12 @@ function loadChange(grid,e,field) { ...@@ -672,11 +672,12 @@ function loadChange(grid,e,field) {
if (urlEncode === "") { if (urlEncode === "") {
return; return;
} }
if (PROJECT_ENV === "run" || PROJECT_ENV === "RUN") { // if (PROJECT_ENV === "run" || PROJECT_ENV === "RUN") {
return "https://www.eis-paas.com/preview/onlinePreview?url=" + urlEncode // return "https://www.eis-paas.com/preview/onlinePreview?url=" + urlEncode
} else { // } else {
return "http://139.224.202.156:8012/preview/onlinePreview?url=" + urlEncode; // return "http://139.224.202.156:8012/preview/onlinePreview?url=" + urlEncode;
} // }
return domain + "/preview/onlinePreview?url=" + urlEncode;
} }
// export 到全局作用域 window对象 // 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