Explorar o código

请求图增加时间戳

haojianlong %!s(int64=4) %!d(string=hai) anos
pai
achega
fddaa44ea8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
             }