|
@@ -159,8 +159,6 @@ export default {
|
|
|
});
|
|
|
// const loadings = this.$loading({type: 'global'});
|
|
|
document.getElementById(`canvas`).focus();
|
|
|
- this.scene = new EditScence();
|
|
|
- this.clearGraphy();
|
|
|
fengmap = new SFengParser(
|
|
|
"fengMap",
|
|
|
this.mapServerURL + "/fmap/" + this.fmapID,
|
|
@@ -469,6 +467,8 @@ export default {
|
|
|
},
|
|
|
// 切换草稿箱楼层
|
|
|
checkFloor(floorid) {
|
|
|
+ this.scene = new EditScence();
|
|
|
+ this.clearGraphy();
|
|
|
const loadings = Loading.service({
|
|
|
lock: true,
|
|
|
text: "Loading",
|