Compare commits

...

2 Commits

Author SHA1 Message Date
liang.chao 41305fdda5 Merge remote-tracking branch 'origin/master' 2025-06-16 09:49:26 +08:00
liang.chao 1ef28732f9 bug修改 2025-06-16 09:49:07 +08:00
1 changed files with 5 additions and 2 deletions

View File

@ -90,13 +90,16 @@ 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://192.168.0.14:1803/GsSubEvaluate/statics/"; // 测试环境
var filePreviewPath = "http://112.29.103.165:1618/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://192.168.0.14:8012/onlinePreview?url="; // 测试环境
var filePreviewPathAll = "http://112.29.103.165:1618/onlinePreview?url="; // 生产环境
function filePreview(url) {
let path;