@@ -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;
}