xushiting 4 年之前
父節點
當前提交
973b83f057
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 1 0
      IndoorViewerAPI.js
  2. 2 2
      index.html

+ 1 - 0
IndoorViewerAPI.js

@@ -191627,6 +191627,7 @@ and limitations under the License.
         return r(e, t),
         e.prototype.getTileUrl = function(t, e, n) {
             var i = (this.tiledMapEntity.filePath + "/" + this.tiledMapEntity.fileName).replace(/\$DEPTH/g, t.toString(10)).replace(/\$X/g, e.toString(10)).replace(/\$Y/g, n.toString(10));
+            i+='&t='+new Date().getTime();
             return this.RestService.addAuthorizationQueryParameter(i)
         }
         ,

+ 2 - 2
index.html

@@ -22,8 +22,8 @@
 <script type="text/javascript">
     const ossPrefix = 'https://laser.4dkankan.com/data/';
     const ossPrefixDep = 'https://laser.4dkankan.com/public/';
-    // const sceneNum = '@replace';
-    const sceneNum = 't-iksBApb';
+    //const sceneNum = '@replace';
+    const sceneNum = 't-gcKxRmU';
 </script>
 <script src="IndoorViewerAPI.js"></script>
 <script type="text/javascript" src="js/OBJExporter.js"></script>