Compare commits
2 Commits
0bb8476eaf
...
41305fdda5
| Author | SHA1 | Date |
|---|---|---|
|
|
41305fdda5 | |
|
|
1ef28732f9 |
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue