Compare commits
No commits in common. "41305fdda5ffc4a250c724805124e322c612b3e9" and "0bb8476eafa3c91c8f3e32a8f777a059a6a5c785" have entirely different histories.
41305fdda5
...
0bb8476eaf
|
|
@ -90,16 +90,13 @@ var Base64 = {
|
|||
}
|
||||
//
|
||||
// var filePreviewPath = "http://36.33.26.201:21624/GsSubEvaluate/statics/";
|
||||
// var filePreviewPath = "http://192.168.0.14:1803/GsSubEvaluate/statics/"; // 测试环境
|
||||
|
||||
var filePreviewPath = "http://112.29.103.165:1618/GsSubEvaluate/statics/"; // 生产环境
|
||||
var filePreviewPath = "http://192.168.0.14:1803/GsSubEvaluate/statics/"; // 测试环境
|
||||
|
||||
|
||||
// var filePreviewPath = "http://127.0.0.1:1803/GsSubEvaluate/statics/";
|
||||
// var filePreviewPath = "http://192.168.0.2:1803/GsSubEvaluate/statics/";
|
||||
|
||||
// var filePreviewPathAll = "http://192.168.0.14:8012/onlinePreview?url="; // 测试环境
|
||||
var filePreviewPathAll = "http://112.29.103.165:1618/onlinePreview?url="; // 生产环境
|
||||
var filePreviewPathAll = "http://192.168.0.14:8012/onlinePreview?url=";
|
||||
|
||||
function filePreview(url) {
|
||||
let path;
|
||||
|
|
|
|||
Loading…
Reference in New Issue