xzw 2 年之前
父節點
當前提交
bd21783bf4
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 2 1
      public/static/lib/potree/potree.js
  2. 1 1
      public/static/lib/potree/potree.js.map

+ 2 - 1
public/static/lib/potree/potree.js

@@ -77274,7 +77274,7 @@ void main()
 	            let startLoad = ()=>{
 	                pco.url = url;
 	                let xhr = XHRFactory.createXMLHttpRequest();
-	                xhr.open('GET', url+'?m='+timeStamp, true);  
+	                xhr.open('GET', url /* +'?m='+timeStamp */, true);  
 
 	                xhr.onreadystatechange = function () {
 	                    if (xhr.readyState === 4 && (xhr.status === 200 || xhr.status === 0)) {
@@ -77394,6 +77394,7 @@ void main()
 	                    startLoad();
 	                });  
 	            }else {
+	                
 	                startLoad();
 	            }
 	           

File diff suppressed because it is too large
+ 1 - 1
public/static/lib/potree/potree.js.map