Browse Source

请求图增加时间戳

haojianlong 4 years ago
parent
commit
fddaa44ea8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/maintain/space/components/spaceGraph.vue

+ 1 - 1
src/views/maintain/space/components/spaceGraph.vue

@@ -195,7 +195,7 @@ export default class spaceGraph extends Vue {
         this.canvasLoading = true;
         this.clearGraphy();
         this.scene = null;
-        scene.loadUrl(this.mapBaseUrl + this.floorKey).then((res) => {
+        scene.loadUrl(this.mapBaseUrl + this.floorKey + `&${+new Date()}`).then((res) => {
             if (this.view) {
                 this.view.scene = scene;
             }